Skip to content

WebCaiQingChong/create-mobx-react-app

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create-mobx-react-app

a cli what can create init project with mobx + react

usage

npm i -g create-mobx-react-app

create-app new [project-name]
create-app add [config-file-path]

current function

Options:

  -V, --version           output the version number
  -l, --list              print the template list
  -h, --help              output usage information

Commands:

  new <project-name>      create init project
  add <config-file-path>  add your own template list

add file template

config.js

module.exports = {
  TEM_LIST: {
    'templateName': {
      desc: 'template description',
      addr: 'template git repository'
    }
  }
}

git repository address should like this download-git-repo

create-app add ./config.js

About

a cli what can create init project with mobx + react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published