awdlib

1.0.1 • Public • Published

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.

Readme

Keywords

Package Sidebar

Install

npm i awdlib

Weekly Downloads

32

Version

1.0.1

License

none

Last publish

Collaborators

  • plepers