NOTE: This project is under active development. APIs subject to change.
toga-js
Generates a Toga abstract syntax tree for JavaScript files using Tunic.
Install
$ npm install --save-dev toga-js
Usage
var toga = js = md = pura = config = src: './src/assets/**/*.js' dest: './web/docs' ; toga ;
Contribute
Standards for this project, including tests, code coverage, and semantics are enforced with a build tool. Pull requests must include passing tests with 100% code coverage and no linting errors.
Test
$ npm test
© 2015 Shannon Moeller me@shannonmoeller.com
Licensed under MIT