0.2.3 • Published 9 years ago

hyperflat v0.2.3

Weekly downloads
2
License
BSD-3-Clause
Repository
github
Last release
9 years ago

hyperflat Build Status

ALWAYS KEEP IN MIND THAT THIS IS FAR FROM FINISHED! YOU CANNOT ACTUALLY USE IT (yet)!

hyperflat is a tool to create migrations for the Neo4j database. It is inspired by the ActiveRecord migration format.

Quick Start

Install hyperflat:

npm install -g hyperflat

cd into your project:

cd yourproject

Initialize this project for usage with hyperflat:

hyperflat init

Add your first migration:

hyperflat new 'my first migration'

It is very important to put the name in quotation marks!

License

Licensed under the BSD 3 License.