node cli that helps to create a new project using predefined templates
basic templating script to start your coding with typescript/javascript You can add your own templates or can extend another templates inside your template
There are two ways to install the cli (Do any one)
npm install -g jsniper
jsniper
npm install -g @rajat19/jsniper
jsniper
templates
folder or use already existing onesnpm run build && npm link
jsniper
A template can extend some other template as well
You need to create a file .extends.json
which just contains array with names of templates that needs to be copied from
Check .extends.json
This just contains
[
"node-basic"
]
This package uses github actions to publish to both npm as well as github registries
Check .github/workflows/npm-publish.yml
file for more details
You can contribute by adding new templates in templates folder