2.0.0 • Published 9 months ago
@opi_pib/node-openapi v2.0.0
@opi_pib/node-openapi
Install
npm install @opi_pib/node-openapi
Cli commands
Display cli documentation
openapi help
Compile openapi.json from docs
openapi build spec --source=./docs/index.json --dist=./dist/openapi.json
Serve documentation in browser
openapi serve editor --port=3010 --host=http://localhost --source=./dist/openapi.json --basePath=/v1
Serve openapi.json
openapi serve spec --port=3011 --host=http://localhost --source=./dist/openapi.json
Build typescript interfaces (needs 'openapi serve spec' command running)
openapi serve spec
openapi build typescript --source=http://localhost:3011 --dist=./src/rest/api --typesOnly=true
Default config
{
basePath: '/v1',
host: 'http://localhost',
port: {
editor: '3010',
spec: '3011'
},
dist: {
folder: './dist',
fileName: 'index'
},
sourceUrl: './src/docs/index.json',
tsModelsUrl: './src/rest/api'
};
2.0.0
9 months ago
1.3.0
10 months ago
1.2.0
12 months ago
1.2.1
10 months ago
1.1.3
1 year ago
1.1.2
1 year ago
1.1.1
2 years ago
1.0.19
2 years ago
1.1.0
2 years ago
1.0.18
2 years ago
1.0.17
2 years ago
1.0.16
2 years ago
1.0.20
2 years ago
1.0.15
2 years ago
1.0.14
2 years ago
1.0.13
2 years ago
1.0.12
2 years ago
1.0.9
2 years ago
1.0.11
2 years ago
1.0.10
2 years ago
1.0.8
3 years ago
1.0.7
3 years ago
1.0.6
3 years ago
1.0.5
3 years ago
1.0.4
3 years ago
1.0.3
3 years ago
1.0.2
3 years ago
1.0.1
3 years ago
1.0.0
3 years ago