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

https://github.com/busterc/khaos-rethink-migrate

:recycle: an opinionated khaos template for scaffolding a new RethinkDB migration project
https://github.com/busterc/khaos-rethink-migrate

db-migrate db-migration khaos rethinkdb rethinkdb-migration

Last synced: 8 months ago
JSON representation

:recycle: an opinionated khaos template for scaffolding a new RethinkDB migration project

Awesome Lists containing this project

README

          

# khaos-rethink-migrate

This is an opinionated [khaos](https://github.com/segmentio/khaos) template for scaffolding a new [RethinkDB](http://rethinkdb.com/) migration project.

```sh
# khaos is required
$ npm install -g khaos

# save the template locally
$ khaos install busterc/khaos-rethink-migrate rethink-migrate

# usage
$ khaos create rethink-migrate your-project-name
```

## License

ISC © [Buster Collings](https://about.me/buster)