create-maxtropy-app
v1.4.2
Published
cli tool for maxtropy app
Downloads
1
Readme
#create-maxtropy-app
A simple CLI for scaffolding maxtropy antd projects.
Installation
Prerequistes: Node.js (>=4.x, 6.x preferred), npm version 3+ and Git.
$ sudo npm install -g create-maxtropy-app
For windows users please run cmd as administrator
Usage
####list available templates
$ create-maxtropy-app list
Example:
bash $ create-maxtropy-app list
available templates:
1.mobile, select antd-mobile-webpack template filec
2.antd, select antd-webpack template file
antd-prop-webpack template file will come soon
####init project
$ create-maxtropy-app init
Example:
bash $ create-maxtropy-app init
Bitbucket username: zhangpeidong (your own bitbucket username)
Template name: mobile (mobile and antd are now availabel)
Project name: test (your project name)
Your own bitbucket password is necessary for the repos are private