1.4.6 • Published 5 years ago

ftb-cli v1.4.6

Weekly downloads
3
License
MIT
Repository
github
Last release
5 years ago

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

👤 biyuqiwan@163.com

🤝 Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

ChangeLog

ChangeLog

📝 License

Copyright © 2019 biyuqiwan@163.com. This project is MIT licensed.