0.2.3 • Published 10 years ago
hyperflat v0.2.3
hyperflat 
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 hyperflatcd into your project:
cd yourprojectInitialize this project for usage with hyperflat:
hyperflat initAdd 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.