Manage TypeScript Libraries with ease
npm install ts-library> Scaffold TypeScript libraries
This is a custom built generator to satisfy my own personal needs and to also
have a working example of my command line framework Reginn.
More features are definitely planned, by slimming down on dependencies and achieving
the features internally, in TypeScript!
This library is super straightforward to use as all you have to do is install and
answer 3 simple questions, and thats it!
sh
npm install -g ts-librarymkdir myCoolLibrary
cd myCoolLibrary
npm init # follow the prompts
tslib init # answer a few questions and you're good to go!
``- ES2015 Build
- Commonjs Build
- Mocha + TypeScript for unit tests
- Issue and Pull request templates
- Travis configuration
- Contributing Guide
- Compatible Versioning
- TypeScript@next
- TSLint
- MIT License