Skip to content
/ ftb-cli Public

๐Ÿ› ๏ธ A cli tool for create vue and react application and support publish package to npm.

Notifications You must be signed in to change notification settings

ftbjs/ftb-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 
ย 

Repository files navigation

Ftb Cli ๐Ÿ‘‹

Documentation Maintenance License: MIT

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 feature

# create react project
ftb init react

# create js npm package template
ftb add js

# create react npm package template
ftb add react

Not Support feature

# 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

๐Ÿ‘ค [email protected]

๐Ÿค Contributing

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

ChangeLog

ChangeLog

๐Ÿ“ License

Copyright ยฉ 2019 [email protected].
This project is MIT licensed.