This is one mono-style fibjs lib starter.
Make sure you have installed lerna globally.
npm i -g lernaThen, run
# bootstrap development
lerna bootstrapThen try to run ci script in each package like below:
lerna run ciFinally, start your development, change code and test it.
lerna publish