Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 778 Bytes

README.md

File metadata and controls

41 lines (24 loc) · 778 Bytes

awd-js Build Status

AWD tools for javascript

Getting Started

Install the module with: npm install awd

var Awd = require('awd');

var awdFile = new Awd();

Documentation

(Coming soon)

Examples

var awd = new Awd();

awd.parse( buffer ); // parse ArrayBuffer

// do stuffs

buffer = awd.write();

Contributing

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.

Release History

(Nothing yet)

License

Copyright (c) 2014 Pierre Lepers Licensed under the WTFPL license.