0.2.7 • Published 10 years ago
conduktor-core v0.2.7
Conduktor Core

Core Git and filesystem operations for the Conduktor desktop GUI and CLI.

Intro
Version control is great. Currently it only really works for code, writing and textual data. Conduktor aims to bring the power of version control to all digital creative work, be that music production, video editing, graphic design or anything else.
The initial prototype works with Ableton Live and FL Studio, and it's designed in such a way that support for new programs can be added easily.
Install
$ npm install --save conduktor-coreDevelopment
Requires Git, Node.js and Grunt.
$ git clone https://github.com/conduktor/core
$ cd core
$ npm installTesting
Run the Mocha unit test suite with
$ grunt testDocumentation
Full API documentation is hosted on CoffeeDoc.
To generate a local copy of the documentation run grunt doc. The output will be generated in the doc directory.
License
MIT