typescript-package-template
v1.1.0
Published
This is a template for a typical npm package written in typescript. [Create a github repo based on it](../../generate), clone the repo and run `npm start` or `. ./RUN_THIS_UPON_FIRST_CLONE.sh`
Downloads
4
Readme
typescript-package-template
This is a template for a typical npm package written in typescript. Create a github repo based on it, clone the repo and run . ./RUN_THIS_UPON_FIRST_CLONE.sh
How this works
RUN_THIS_UPON_FIRST_CLONE.sh
will install a set of dependencies- than it will run plop
- user will be prompted to answer a set of simple questions using inquirer
- plop than will create the whole project from handlebars templates in ./plop-templates.
- script will run basic checks like tests and lint to make ensure healthy initial state of the repo
- as a result of this whole operation all the template-related files will be deleted or overwritten, including this readme
- project should be fully initialised and ready for initial PR