Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 76e013f

Browse filesBrowse files
authored
Merge pull request #19 from qazsato/reduce_package_size
reduce package size
2 parents f01a128 + 455dd92 commit 76e013f
Copy full SHA for 76e013f

File tree

Expand file treeCollapse file tree

2 files changed

+10
-3
lines changed
Filter options
Expand file treeCollapse file tree

2 files changed

+10
-3
lines changed

‎.npmignore

Copy file name to clipboard
+6Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
.github/
2+
docs/
3+
src/**/*.test.ts
4+
eslint.config.mjs
5+
.prettierrc
6+
.gitignore

‎README.md

Copy file name to clipboardExpand all lines: README.md
+4-3Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,9 @@
11
# openapi-generate-html
22

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)
67

78
Generate standalone HTML from OpenAPI Specification.
89

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.