1.0.5 • Published 7 years ago

new-js-app v1.0.5

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

new-js-app

JavaScript applications bootstrap made easy.

I was tired of editing/moving configs again and again to create a simple nodejs app, so I created this simple tool.

Installation

npm install -g new-js-app

To create new js app, just run

new-js-app <dir>

Example

new-js-app playground

What's included

  • .editorconfig (2 spaces settings)

  • .eslintrc.js and eslint dependencies (airbnb)

  • .gitignore

  • LICENSE (MIT)

  • README.md

  • package.json

Your git username and email will be used for LICENSE and package.json.

Example app created using new-js-app: https://github.com/viatsko/new-js-app-example

npm.io

1.0.5

7 years ago

1.0.4

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago