0.1.0-alpha.5 • Published 2 years ago

rfm-cli v0.1.0-alpha.5

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

rfm-cli

rfm(Rim Forming Machine) - CLI Scaffold for quick project kickoff

-- It can greatly improve the efficiency of your wheel production!

Usage

npm install -g rfm-cli
rfm -t targetpath/of/newproject

Configuration

$ rfm --help
Usage: rfm [options]

Options:
  -t, --target <path>     path to create project
  -p, --preset <preset>   create preset repo (default: "mvp")
  -m, --manifest <chars>  manually set manifest (default: "")
  -e, --exec              execute scripts after project created (default:
                          false)
  -h, --help              display help for command

Dev

# install
npm install

# watch
npm run watch

# test in repo
npm run test-cli

# test outer
npm link
cd where/you/want/to/create
rfm -t targetpath/of/newproject

TODO

to v1: (issue https://github.com/neoddish/rfm-cli/issues/2)

  • support exe shell after create repo
  • create repo by manifest
  • support react
  • support webpack
  • support subrepo
  • support demo/site subrepo
  • better commands
  • support electron
  • lerna project
  • pretty commands