1.0.8 • Published 6 years ago

node-quickstart v1.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

node-quickstart

A CLI application to make the process of creating a Node web project faster and easier

This CLI, automatically: inits a NPM project, creates the basic web project directories: views, controllers, models, routes, middleware and public, inits a git repository, sets up a .env and a .gitignore and installs basic packages: express, method-override, body-parser and ejs.

Installation

OS X & Linux:

npm install -g node-quickstart 

Usage

Having the CLI, installed run:

node-quickstart 

on the directory you want to create the project, you can pass in the following options:

-V, --version   output the version number
 --name [name]  Project Name
--no-rep        Removes git repository and .gitignore
--no-dirs       Removes default web project directories
--no-env        Removes enviroment variables
-h, --help      output usage information

Meta

Rafael Mota Alves – rma7@cin.ufpe.br

Distributed under the MIT license. See LICENSE for more information.

https://github.com/rafaelmotaalves/node-quickstart

Contributing

  1. Fork it (https://github.com/rafaelmotaalves/node-quickstart/fork)
  2. Create your feature branch (git checkout -b feature/fooBar)
  3. Commit your changes (git commit -am 'Add some fooBar')
  4. Push to the branch (git push origin feature/fooBar)
  5. Create a new Pull Request
1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago