conduktor-core
v0.2.7
Published
Git for everything
Downloads
17
Readme
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-core
Development
Requires Git, Node.js and Grunt.
$ git clone https://github.com/conduktor/core
$ cd core
$ npm install
Testing
Run the Mocha unit test suite with
$ grunt test
Documentation
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