Skip to content

Commit

Permalink
chore: add a openapi demo package
Browse files Browse the repository at this point in the history
  • Loading branch information
deleonio committed Aug 30, 2021
1 parent 8f42a4e commit 4b08e01
Show file tree
Hide file tree
Showing 20 changed files with 2,804 additions and 332 deletions.
3 changes: 2 additions & 1 deletion .gitignore
@@ -1,8 +1,9 @@
/.husky
/docs/.vitepress/dist

.DS_Store
.reports/
node_modules/
templates/
*.log
*.tgz
*.tgz

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

3 changes: 3 additions & 0 deletions packages/openapi/.gitignore
@@ -0,0 +1,3 @@
/dist
/node_modules
/typescript-rxjs
26 changes: 26 additions & 0 deletions packages/openapi/README.md
@@ -0,0 +1,26 @@
[![travis-ci][travis-ci]][travis-ci-url]
[![dependencies][dependencies]][dependencies-url]
[![vulnerabilities][vulnerabilities]][vulnerabilities-url]
[![npm][npm]][npm-url]
[![downloads][downloads]][downloads-url]
[![install-size][install-size]][install-size-url]
[![lernajs][lernajs]][lernajs-url]

[npm]: https://img.shields.io/npm/v/@leanup/openapi-demo
[npm-url]: https://www.npmjs.com/package/@leanup/openapi-demo
[dependencies]: https://img.shields.io/david/modevel/leanup?path=lib
[dependencies-url]: https://david-dm.org/modevel/leanup?path=lib
[vulnerabilities]: https://img.shields.io/snyk/vulnerabilities/npm/@leanup/openapi-demo
[vulnerabilities-url]: https://snyk.io/test/npm/@leanup/openapi-demo
[downloads]: https://img.shields.io/npm/dm/@leanup/openapi-demo
[downloads-url]: https://npmcharts.com/compare/@leanup/openapi-demo?minimal=true
[travis-ci]: https://travis-ci.com/modevel/leanup.svg?branch=master
[travis-ci-url]: https://travis-ci.com/modevel/leanup
[install-size]: https://packagephobia.now.sh/badge?p=@leanup/openapi-demo@next
[install-size-url]: https://packagephobia.now.sh/result?p=@leanup/openapi-demo@next
[lernajs]: https://img.shields.io/badge/managed%20with-lerna-blueviolet
[lernajs-url]: https://lerna.js.org

# LEAN⭧up OpenAPI Demo

`@leanup/openapi-demo` contains a simple Rest-API.
7 changes: 7 additions & 0 deletions packages/openapi/openapitools.json
@@ -0,0 +1,7 @@
{
"$schema": "node_modules/@openapitools/openapi-generator-cli/config.schema.json",
"spaces": 2,
"generator-cli": {
"version": "5.2.1"
}
}

0 comments on commit 4b08e01

Please sign in to comment.