1.1.6 • Published 2 years ago

jsniper v1.1.6

Weekly downloads
1
License
MIT
Repository
github
Last release
2 years ago

License Language Dependencies Bundle Size PR Release Node Last Commit

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
jsniper

How to run this project (if you want to code)

  • Create a new template in templates folder or use already existing ones
  • Then run following commands
npm run build && npm link
jsniper

Extending 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

1.1.6

2 years ago

1.1.4

3 years ago

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago

0.1.0-beta

4 years ago

0.0.4

4 years ago