Skip to content

teu-cli helps you to kickstart new projects, prescribing best practices and tools to help you stay react&redux.

License

Notifications You must be signed in to change notification settings

zmGitHub/teu-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

teu-cli build Status

A simple CLI for scaffolding react&redux&webpack projects

What's teu-cli ?

teu-cli helps you to kickstart new projects, prescribing best practices and tools to help you stay productive.

Installation

Prerequisites: Node.js (>=4.x, 6.x preferred) and Git.

$ npm install -g teu-cli

Usage

$ teu

 Usage: teu <command> [options]


  Commands:

    init|i   create project template

  Options:

    -h, --help     output usage information
    -V, --version  output the version number
    -u, --update   update CLI to last

example

$ teu init
? Hi! <User>, choice your project template:  (Use arrow keys)
  ──────────────
❯ ✩ antd admin template
  ✩ turbo admin template
  ──────────────
  Get me out of here!

choice template

? Hi! <User>, choice your project template:  ✩ antd admin template
✔ 模板下载成功
? 请输入项目名称:  (antd-admin) # 默认会在当前目录创建 andt-admin 自行定义项目名称

+-------------------------------------------------+
|                                                 |
|                                                 |
|      cd antd-admin && npm install               |
|      开发: npm run dev                           |
|      mock: npm run mock                         |
|      生产: npm run prod                          |
|                                                 |
|                                                 |
+-------------------------------------------------+

Official Templates

All Official project template are repos in the turbo adminTemplate

Current available templates include:

Changelog

See the release page.

License

MIT

About

teu-cli helps you to kickstart new projects, prescribing best practices and tools to help you stay react&redux.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published