Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.38 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.38 KB

Lago OpenAPI

Open API specification for Lago project

License: AGPLv3

Current Releases

Project Release Badge
Lago Lago Release
Lago OpenAPI Lago OpenAPI Release

Usage

This repository is used to serve http://swagger.getlago.com/

Documentation

The Lago documentation is available at doc.getlago.com.

Contributing

The contribution documentation is available here

License

Lago is distributed under the AGPLv3 License.

Read more here.

Local development

Install dependencies

npm install

Build openapi.yaml

npm run build

Lint

npm run test