Releases: rajat19/jsniper
Revert inquirer version update
Update package versions. Fix mongoose security issue
There was a mongoose security issue
https://github.com/rajat19/jsniper/security/dependabot/2
Add node-ts-cli template
1.1.4 update package
Add shields.io badges
1.1.3 update version
node-ts-basic template added
Merge pull request #10 from rajat19/node-ts-basic add ts koa basic
Update readme
jsniper
basic templating script to start your coding with typescript/javascript
You can add your own templates or can extend another templates inside your template
Install
There are two ways to install the cli (Do any one)
- From npm registry
npm install -g jsniper
jsniper- From github registry
npm install -g @rajat19/jsniper
jsniperHow to run this project (if you want to code)
- Create a new template in
templatesfolder or use already existing ones - Then run following commands
npm run build && npm link
jsniperExtending templates
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"
]Publish
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
Contributing
You can contribute by adding new templates in templates folder
Update readme
jsniper
basic templating script to start your coding with typescript/javascript
You can add your own templates or can extend another templates inside your template
Install
There are two ways to install the cli (Do any one)
- From npm registry
npm install -g jsniper
jsniper- From github registry
npm install -g @rajat19/jsniper
jsniperHow to run this project (if you want to code)
- Create a new template in
templatesfolder or use already existing ones - Then run following commands
npm run build && npm link
jsniperExtending templates
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"
]Publish
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
Contributing
You can contribute by adding new templates in templates folder
Cli for jsniper
1.0.3 Cli for jsniper
Release publish test
1.0.2 test release publish
Node templates
Added new templates
- node basic
- node with graphql and mongo