0.1.1 • Published 6 years ago

serverhub-cli v0.1.1

Weekly downloads
1
License
MIT
Repository
-
Last release
6 years ago

ServerHub-CLI

This is the CLI tool for serverhub-mvc.

About

This tool is only for generating file structure or templates for serverhub-mvc.

Usage

Here is an example using serverhub-cli to intialize an template.

First, you need move to your workspace.

npm -i -g serverhub-cli
cd /your/workspace

Then use serverhub-cli to set up the template.

serverhub-cli init [project-name]

Bingo! The target template is successfully loaded.

cd /[project-name]
npm install
npm run dev

Then, ServerHub will start and listen to port 926.

Templates

Since version 0.1.0, ServerHub updated the way of generating templates. We will list several avaliable templates in later updates.

Contributor

Yuyang Mao

0.1.1

6 years ago

0.1.0

6 years ago

0.0.7

6 years ago

0.0.5

6 years ago

0.0.2

6 years ago

0.0.1-b

6 years ago

0.0.1-a

6 years ago

0.0.1

6 years ago