An open API service indexing awesome lists of open source software.

https://github.com/suchlab/package-template

Template for creating packages
https://github.com/suchlab/package-template

npm package template typescript

Last synced: about 2 months ago
JSON representation

Template for creating packages

Awesome Lists containing this project

README

          

# Basic package template
![CI](https://github.com/suchlab/package-template/actions/workflows/ci.yml/badge.svg)

## Download template
```sh
npx get-template@latest package
````

## Features
Create a TypeScript package with the essential tools:

1. Exports to ESM
2. Exports to CJS
3. Accepts tests
4. Base class created
5. Axios utils installed
6. GitHub CI workflow