Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yashkumarverma/javascript-templates-package
a utility package to quickly generate javascript boilerplates
https://github.com/yashkumarverma/javascript-templates-package
cli javascript nodejs npm
Last synced: 9 days ago
JSON representation
a utility package to quickly generate javascript boilerplates
- Host: GitHub
- URL: https://github.com/yashkumarverma/javascript-templates-package
- Owner: YashKumarVerma
- License: mit
- Created: 2020-05-07T13:53:09.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2022-05-23T19:56:47.000Z (over 2 years ago)
- Last Synced: 2024-09-15T10:39:28.013Z (about 2 months ago)
- Topics: cli, javascript, nodejs, npm
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/javascript-templates
- Size: 104 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Javascript Templates
This package contains various templates which can help you to quickly get a standard prebuilt javascript project structure.
To use the package from anywhere in your system, simply install it as a global package
```
npm i -g javascript-templates
```and run using the command
```
generate
```---
Source of Templates
The source of templates is the [source.json](https://github.com/YashKumarVerma/javascript-templates-package/tree/master/templates/source.json) file. If you want to include your templates to this package, send a PR with the repo link of the template.