ftb-cli

1.4.6 • Public • Published

Ftb Cli 👋

Documentation Maintenance License: MIT

Released react 😂😝😂. Focus on create vue template.

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.

Package Sidebar

Install

npm i ftb-cli

Weekly Downloads

1

Version

1.4.6

License

MIT

Unpacked Size

26.4 kB

Total Files

19

Last publish

Collaborators

  • loadingmore