Skip to content

Latest commit

 

History

History
31 lines (16 loc) · 698 Bytes

README.md

File metadata and controls

31 lines (16 loc) · 698 Bytes

L³ Swagger converter

Convert a Swagger/OpenAPI schema to a new application. ⚠️ Work In Progress ⚠️

Dependencies

Developers

CLI options

Compile JavaScript sources from TypeScript to a distribution:

$ npm run compile

Compile and listen for changes (development mode):

$ npm run watch

Run ESLint on project sources:

$ npm run lint

Run Mocha integration tests:

$ npm run test

Author

Marc S. Brooks