create-a-typescript-lib
v0.2.5
Published
Create a typescript library project instantly
Readme
create-a-typescript-lib
Create a typescript library project instantly
This project is created by create-typescript-cli.
Usage
To initialize a typescript library project:
npm create a-typescript-libTo build this project, you can run this command:
npm run buildAlso, you can use npm run watch to start a file changes.
All changes you make will immediately trigger compilation and take effect on the generated script.
License
MIT
