startup-generator

NodeJS startup application generator


Keywords
express, framework, sinatra, web, rest, restful, router, app, api
License
MIT
Install
npm install startup-generator@0.0.2

Documentation

Installation

$ npm install -g startup-generator

Quick Start

The quickest way to get started in your tech startup with the magnificent tool that is nodejs. Generates an application as shown below:

Create the app:

$ startup __app_name__

Install dependencies:

$ npm install

Rock and Roll

$ npm start

Command Line Options

This generator can also be further configured with the following command line flags.

-h, --help          output usage information
    --git           add .gitignore
-f, --force         force on non-empty directory