Skip to content

Instantly share code, notes, and snippets.

@jarrodek
Created August 29, 2018 22:25
Show Gist options
  • Save jarrodek/8889597adfc82edf9f51248aad440eaa to your computer and use it in GitHub Desktop.
Save jarrodek/8889597adfc82edf9f51248aad440eaa to your computer and use it in GitHub Desktop.
const builder = require('api-console-builder');
builder({
dest: 'build',
// noOptimization: true,
embedded: true,
verbose: true,
raml: 'api.raml'
})
.then(() => console.log('Build complete'))
.catch((cause) => console.log('Build error', cause.message));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment