Skip to content

lang795/fbi

 
 

Repository files navigation

fbi

Front-end & Back-end(node.js) development Intelligent

NPM version Build Status Coverage Status David deps node version Downloads License JavaScript Style Guide

fbi is an open source workflow tool. It was designed to help developers improve productivity, unify and standardize teams workflows.

中文 README

Features

  • 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.

Quick start

# 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

Resources

Changelog

License

MIT

Copyright (c) 2015-present, neikvon@AlloyTeam

About

Node.js workflow tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%