create-base-package
v1.0.2
Published
Creates a TypeScript package template
Downloads
4
Maintainers
Readme
create-base-package
Create a TypeScript package with the essential tools:
- Initialized git repository
- Exports to ESM
- Exports to CJS
- Accepts tests
- Base class created
How to use
npx create-base-package
This will download the template in the directory you are executing this command. You can pass an argument to change the directory:
npx create-base-package my-new-package-name
The directory must be empty. If not, it won't download the template
Template
You can access the template here: itaibo/package-template