0.6.1 • Published 6 years ago

cathay-project v0.6.1

Weekly downloads
3
License
ISC
Repository
-
Last release
6 years ago

CathayProject-cli

A simple CLI for scaffolding Cathay projects.

History

0.6.1

  • connect ant-design-pro using git submodule

0.6.0

  • udpate template/pc
    • 增加devops模块
    • 修改nav配置
    • 修改代理配置
    • ...

Installation

Prerequisites: Node.js (>=6.x preferred), npm version 3+.

$ npm i -g cathay-project

Usage

$ project init [project-name]

If you have not configure [project-name].Default value is cathay-project.

Example:

$ project init

The above command generates the project at ./cathay-project/.

$ project init new-project-name
$ cd new-project-name
$ npm i
$ npm start

The above commands generate the project at ./new-project-name/.

More usage you can check package.json

License

MIT

0.6.1

6 years ago

0.6.0

6 years ago

0.5.1

6 years ago

0.5.0

6 years ago

0.4.0

6 years ago

0.3.0

6 years ago

0.0.3

7 years ago

0.0.2

7 years ago

0.0.1

7 years ago