1.0.2 • Published 6 years ago

cyberspeed v1.0.2

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

CyberSpeedGenerator

CyberSpeed is your starting point for your next great web app

The purpose for this repository is to serve as a base project for your next Node and Express web app. Clone it and you are ready to go.

It will provide you with a simple but solid structure on which to build on. We will do our best to keep it up to date with the latest node and express versions.

npm module for generate CyberSpeed project.

Installation

$ npm install -g cyberspeed

Quick Start

The quickest way to get started with express is to utilize the executable cyberspeed to generate an application as shown below:

Create the app:

$ cyberspeed /tmp/projectname && cd /tmp/projectname

Install dependencies:

$ npm install

Start your Cyberspeed app at http://localhost:8080/:

$ npm start

Command Line Options

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

    --version        output the version number
-h, --help           output usage information

License

GNU3

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago