Skip to content

Latest commit

 

History

History
33 lines (21 loc) · 395 Bytes

README.md

File metadata and controls

33 lines (21 loc) · 395 Bytes

@fxjs/orm

This is one mono-style fibjs lib starter.

Get Started

Make sure you have installed lerna globally.

npm i -g lerna

Then, run

# bootstrap development
lerna bootstrap

Then try to run ci script in each package like below:

lerna run ci

Finally, start your development, change code and test it.

Publish

lerna publish