Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.