1.1.8 • Published 8 years ago

cellcube-ussd-app-generator-nodejs v1.1.8

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

Express Logo

cellgen' USSD app generator.

Installation

$ npm install -g cellcube-ussd-app-generator-nodejs

Quick Start

The quickest way to get started with building USSD apps for CellCube platform as shown below:

Create the app:

$ cellgen /tmp/foo && cd /tmp/foo

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
-V, --version             output the version number
    --git                 add .gitignore
-e  --noenvironment       do not configure server app for testing
-a  --samples             add samples code to generated files
-l  --languages           add multi language support files
-f, --force               force on non-empty directory
-d, --description [desc]  defines USSD app description [description]
Options:

Start with a sample app

Use the following commands to set up and launch a sample app

$ cellgen /tmp/foo && cd /tmp/foo && npm install
$ node ./bin/www

Now, open your favourite browser (or web client) and navigate to http://localhost:4000/ You can change the app port, by editing /bin/www file.

License

MIT