1.0.1 • Published 6 years ago

jsproj v1.0.1

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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

  1. Fork this repo and make changes in your own fork.
  2. Commit your changes and push to your fork git push origin master
  3. 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.