apibuilder code generators for JavaScript
npm install apibuilder-javascript-generator
apibuilder code generators for JavaScript
To run locally run the following command
``bash`
npm run dev:start
The server will be running on http://localhost:7050
GET /generators - Lists all of the currently supported generatorsGET /generators/:key - Returns the details of a specific generatorPOST /invocations/:key - Takes a service definition and returns the generated files for the generator key`