File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11# This workflow will run tests using node and then publish a package to GitHub Packages when a release is created
22# For more information see: https://docs.github.com/en/actions/publishing-packages/publishing-nodejs-packages
33
4- name : Publish nodejs-api-docs to NPM
4+ name : Publish nodejs-api-doc to NPM
55
66on :
77 release :
Original file line number Diff line number Diff line change 1- <h1 align =" center " style =" border-bottom : none ;" >⚡️@didik-mulyadi/nodejs-api-docs </h1 >
1+ <h1 align =" center " style =" border-bottom : none ;" >⚡️@didik-mulyadi/nodejs-api-doc </h1 >
22<h3 align =" center " >A package to generate the API docs with multiple UI based on the open API file.</h3 >
33<br />
44<p align =" center " >
55 <p align =" center " >
6- <a href="https://github.com/didikmulyadi/nodejs-api-docs /issues/new">Bug report</a>
6+ <a href="https://github.com/didikmulyadi/nodejs-api-doc /issues/new">Bug report</a>
77 </p >
88</p >
99<br />
1010<hr />
1111
1212## Installation 🚀
1313
14- Install ` @didik-mulyadi/nodejs-api-docs ` using pnpm/npm/yarn:
14+ Install ` @didik-mulyadi/nodejs-api-doc ` using pnpm/npm/yarn:
1515
1616``` bash
17- pnpm add @didik-mulyadi/nodejs-api-docs
17+ pnpm add @didik-mulyadi/nodejs-api-doc
1818
1919# OR
2020
21- npm install @didik-mulyadi/nodejs-api-docs
21+ npm install @didik-mulyadi/nodejs-api-doc
2222
2323# OR
2424
25- yarn add @didik-mulyadi/nodejs-api-docs
25+ yarn add @didik-mulyadi/nodejs-api-doc
2626```
2727
2828## Usage 💻
@@ -77,7 +77,7 @@ async function bootstrap() {
7777
7878## Bugs or Requests 🐛
7979
80- If you found any issue or have a good suggestion, feel free to open an [ issue] ( https://github.com/didikmulyadi/nodejs-api-docs /issues/new )
80+ If you found any issue or have a good suggestion, feel free to open an [ issue] ( https://github.com/didikmulyadi/nodejs-api-doc /issues/new )
8181
8282## Find Me 📖
8383
Original file line number Diff line number Diff line change 11{
22 "name" : " @didik-mulyadi/nodejs-api-doc" ,
3- "version" : " 1.0.0 " ,
4- "description" : " A nodejs library to generate the API Docs with many UI" ,
3+ "version" : " 1.0.1 " ,
4+ "description" : " A nodejs library to generate the API Docs with multiple UI" ,
55 "repository" : {
66 "type" : " git" ,
77 "url" : " https://github.com/didikmulyadi/nodejs-api-doc.git"
Original file line number Diff line number Diff line change 1010 "noUnusedParameters" : true ,
1111 "paths" : {
1212 "@/*" : [" ./src/*" ],
13- "@didik-mulyadi/nodejs-api-docs /*" : [" ./src/*" ]
13+ "@didik-mulyadi/nodejs-api-doc /*" : [" ./src/*" ]
1414 },
1515 "resolveJsonModule" : true ,
1616 "sourceMap" : true ,
You can’t perform that action at this time.
0 commit comments