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
- Host: GitHub
- URL: https://github.com/busterc/khaos-rethink-migrate
- Owner: busterc
- License: isc
- Created: 2016-04-07T21:40:02.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-08T22:17:58.000Z (about 10 years ago)
- Last Synced: 2025-10-04T01:57:57.354Z (8 months ago)
- Topics: db-migrate, db-migration, khaos, rethinkdb, rethinkdb-migration
- Language: JavaScript
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)