This project is a command line tool that supports creating Vue
and React
projects, You can select testing, eslint by yourself. At the same time, the command line also supports creating npm packages, pure js libraries, vue plugins, react plugins, and include development environments, build environments. support for publishing to npm.
English | ็ฎไฝไธญๆ
๐ Homepage
npm install ftb-cli -g
Create vue and react project:
# name ~ [vue, react]
ftb init [name]
Create npm package:
# name ~ [js, vue, react]
ftb add [name]
# create react project
ftb init react
# create js npm package template
ftb add js
# create react npm package template
ftb add react
# not support now, will complete later
ftb init vue
ftb add vue
git clone https://github.com/ftb-family/ftb-cli.git
cd ftb-cli
npm install
cd packages/ftb-cli
npm link
ftb init react
๐ค [email protected]
- Github: @ BiYuqi
Contributions, issues and feature requests are welcome!
Feel free to check issues page.
Copyright ยฉ 2019 [email protected].
This project is MIT licensed.