acetate icon indicating copy to clipboard operation
acetate copied to clipboard

Document Node API

Open paulcpederson opened this issue 10 years ago • 2 comments

document how a developer would use acetate from Node. Probably like:

var acetate = require('acetate')

acetate(options, function (err, success) {
  // whatever
})

I assume the interface is something like that.

paulcpederson avatar Apr 07 '15 01:04 paulcpederson

This is actually already documented it just labeled under Gulp http://acetate.io/documentation/gulp-usage/

patrickarlt avatar Apr 09 '15 21:04 patrickarlt

I also want to document the methods and events on the Acetate object itself since they would be useful for custom integrations.

patrickarlt avatar Apr 09 '15 21:04 patrickarlt