Created
August 29, 2018 22:25
-
-
Save jarrodek/8889597adfc82edf9f51248aad440eaa to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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