AWD tools for javascript
Install the module with: npm install awd
var Awd = require('awd');
var awdFile = new Awd();
(Coming soon)
var awd = new Awd();
awd.parse( buffer ); // parse ArrayBuffer
// do stuffs
buffer = awd.write();
In lieu of a formal styleguide, take care to maintain the existing coding style. Add unit tests for any new or changed functionality. Lint and test your code using Grunt.
(Nothing yet)
Copyright (c) 2014 Pierre Lepers Licensed under the WTFPL license.