Skip to content
main
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
 
 
bin
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

fbi logo

fbi 是一个基于MIT协议开源的命令行工作流工具。

安装

FBI 需安装在全局,以便在任意目录可开始你的工作流。

$ npm i -g fbi
# OR
$ yarn global add fbi
# OR
$ pnpm i -g fbi

快速开始

一、基于远程仓库添加 fbi 模板

$ fbi add <repositories...>

查看更多官方模板:官方模板列表

二、通过添加的模板创建项目

$ fbi create [tempalate|factory] [project]

# OR

$ fbi create
# 然后选择需要的模版

使用 $ fbi ls 可以查看已添加和关联的仓库及模板

三、运行任务

$ cd my-project

$ fbi serve
# OR
$ fbi s

$ fbi ls 可查看当前目录可用的任务和模板

License

Licensed under MIT.

You can’t perform that action at this time.