ftb-cli
v1.4.6
Published
A tool for run vue project, react project. also support run single file of them.
Downloads
19
Maintainers
Readme
Overview
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
Install
npm install ftb-cli -g
Usage
Create vue and react project:
# name ~ [vue, react]
ftb init [name]
Create npm package:
# name ~ [js, vue, react]
ftb add [name]
Support command
# create react project
ftb init react
# create js npm package template
ftb add js
# create react npm package template
ftb add react
Not Support command
# not support now, will complete later
ftb init vue
ftb add vue
Run in local
git clone https://github.com/ftb-family/ftb-cli.git
cd ftb-cli
npm install
cd packages/ftb-cli
npm link
ftb init react
Author
- Github: @ BiYuqi
🤝 Contributing
Contributions, issues and feature requests are welcome!Feel free to check issues page.
ChangeLog
📝 License
Copyright © 2019 [email protected]. This project is MIT licensed.