Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fxjs-modules/orm


https://github.com/fxjs-modules/orm

Last synced: 10 days ago
JSON representation

Awesome Lists containing this project

README

        

## @fxjs/orm

This is one mono-style fibjs lib starter.

### Get Started

Make sure you have installed `lerna` in this repo.

```bash
npm i
```

Then, run

```bash
# bootstrap development
npm run bootstrap
```

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

```bash
npm run ci
```

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

### Publish

```bash
lerna publish
```