File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Filter options
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Original file line number Diff line number Diff line change
1
+ .github /
2
+ docs /
3
+ src /** /* .test.ts
4
+ eslint.config.mjs
5
+ .prettierrc
6
+ .gitignore
Original file line number Diff line number Diff line change 1
1
# openapi-generate-html
2
2
3
- ![ test] ( https://github.com/qazsato/maplibre-gl-compass/actions/workflows/test.yml/badge.svg )
4
- [ ![ npm version] ( https://badge.fury.io/js/maplibre-gl-compass.svg )] ( https://badge.fury.io/js/maplibre-gl-compass )
5
- [ ![ MIT License] ( https://img.shields.io/badge/License-MIT-blue.svg )] ( LICENSE )
3
+ ![ test] ( https://github.com/qazsato/openapi-generate-html/actions/workflows/test.yml/badge.svg )
4
+ ![ NPM Version] ( https://img.shields.io/npm/v/openapi-generate-html?color=61d800 )
5
+ ![ NPM Downloads] ( https://img.shields.io/npm/dm/openapi-generate-html?color=61d800 )
6
+ ![ NPM License] ( https://img.shields.io/npm/l/openapi-generate-html?color=61d800 )
6
7
7
8
Generate standalone HTML from OpenAPI Specification.
8
9
You can’t perform that action at this time.
0 commit comments