0.1.0 • Published 3 years ago

octane-api v0.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

octane-node

Development

Fetch dependencies

Download require dependencies from npm:

npm install

Generating code from OpenAPI spec

To regenerate files in src/lib/ from latest Octane API spec, run the following:

npm run-script codegen

These files should be checked into git:

git add src/lib/

Compiling JavaScript

To create the build/ directory, run the following:

npm run-script build