- Checkout a topic branch from
main
branch, and merge back against that branch. - Work in the
src
andtemplates
folders. - Use fbi commit to commit your code.
-
Setup
npm i -g fbi yarn # link local factory to global env, so you can use it everywhere in terminal. (like `npm link`) fbi link
-
Start development
yarn watch
-
In a git repository folder
fbi commit
src
index.ts
: factory class entry file. It extendsfbi
Factory
.src/commands
: contains all executable commands which extendsfbi
Command
.