0.2.1 • Published 8 years ago

ja_cms v0.2.1

Weekly downloads
1
License
MIT
Repository
gitlab
Last release
8 years ago

ja_cms

(仿照dva-cli创建后台管理系统基本框架)

CLI for YeeCms

开始

Install, create and start.

# Install
$ npm install ja_cms -g

# Create app
$ ja new myapp

# Start app
$ cd myapp
$ npm start

命令

We have 3 commands: new, init and generate(alias g).

ja new options

Create app with new directory.

Usage Examples
$ ja new myapp
$ ja new myapp --demo
$ ja new myapp --no-install
options

--demo -- Generate a dead simple project for quick prototype --no-install -- Disable npm install after files created

0.2.1

8 years ago

0.2.0

8 years ago

0.1.9

8 years ago

0.1.8

8 years ago

0.1.6

8 years ago

0.1.5

8 years ago

0.1.4

8 years ago

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago