jsproj
v1.0.1
Published
Project Template Generator
Downloads
2
Readme
jsproj: Node Project template
Goal
Provide a production-ready minimalist Node project template.
Usage
The template assumes latest versions of git
, nodejs (LTS)
are installed.
Important: Your SSH key must be registered on Bitbucket
$ npm install -g jsproj
$ jsproj <myApp>
Structure
.dockerignore
.eslintignore
.eslintrc.json
.gitignore
.npmignore
LICENSE
README.md
package.json
bin/
config/
docs/
src/
test/
dist/
Contributing
- Fork this repo and make changes in your own fork.
- Commit your changes and push to your fork
git push origin master
- Create a new pull request and submit it back to the project.
Bugs & Issues
To report bugs (or any other issues), use the issues page.