fbi is an open source workflow tool. It was designed to help developers improve productivity, unify and standardize teams workflows.
- templates management: create and build projects quickly and easily. (Version 3.0 supports git-based version control)
- tasks management: manage recurring processes easily. Just need to write the recurring processes into js file, and add it to fbi global.
- dependencies management: You can choose to let fbi to manage development dependencies, and shared between multiple projects, make the project directory more concise.
- high scalability: It's easy to create a workflow that suits your habits via fbi.
# Install globally
$ npm i -g fbi
# Add one or more project templates
$ fbi add https://github.com/fbi-templates/fbi-project-vue.git ...
# Initialize a project
$ cd path/to/workspace
$ fbi init vue my-project -o
# Start the development server
$ cd my-project
$ fbi s
Copyright (c) 2015-present, neikvon@AlloyTeam