Sero-cli
The web application development toolkit
Sero-cli provides a friendly interactive interface to help developers start developing web application on Github
. All you need to do is pressing [KEY_UP]/[KEY_DOWN] to navigate the specific task you'd like to execute.
Background knowledge
Following technologies are recommended to know before starting use it.
Nodejs is a platform built on Chrome's JavaScript runtime for easily building fast, scalable network applications
NPM is the official package manager forNode.js
bower works by fetching and installing packages from all over, taking care of hunting, finding, downloading, and saving the stuff you’re looking for
Installation
npm install sero-cli -g
Basic Usage
Move to whatever the location you want to work in.
sero
Advanced Usage
Advanced user may love specifying the task directly without choosing them from UI. We provide the command line to achieve this.
sero [command] [options]
For example:
sero git -u testuser -e test@gmail.com
Above command is equivalent to
Configure git options for current working directory
User sero --help
to check the usage for each task
Available Tasks
- Configure git options for current working directory
- Start a static web server for current working directory
- Create a brand new repository on Github
- Launch web service simulator
- Build Javascripts into one 'main.js'