Skip to content

Commit 1278bb7

Browse files
committed
Merge branch 'main' of github.com:didikmulyadi/nodejs-api-docs
2 parents 895a9c0 + bec2e3b commit 1278bb7

1 file changed

Lines changed: 17 additions & 14 deletions

File tree

README.md

Lines changed: 17 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
<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>
3-
<br />
43
<p align="center">
54
<p align="center">
65
<a href="https://www.npmjs.com/package/@didik-mulyadi/nodejs-api-doc">
@@ -13,17 +12,19 @@
1312
<a href="https://www.npmjs.com/package/@didik-mulyadi/nodejs-api-doc">
1413
<img alt="NPM license" src="https://img.shields.io/npm/l/@didik-mulyadi/nodejs-api-doc">
1514
</a>
16-
<p align="center">
17-
<a href="https://github.com/didikmulyadi/nodejs-api-doc/issues/new?template=bug_report.md">Bug report</a>
18-
·
19-
<a href="https://github.com/didikmulyadi/nodejs-api-doc/issues/new?template=feature_request.md">Feature request</a>
20-
</p>
2115
</p>
2216
</p>
2317
<br />
18+
<p align="center">
19+
<a href="[https://github.com/didikmulyadi/nodejs-api-doc/issues/new?template=bug_report.md](https://github.com/didikmulyadi/nodejs-api-doc/issues/new?template=bug_report.md)">Bug report</a> ·
20+
<a href="https://github.com/didikmulyadi/nodejs-api-doc/issues/new?template=feature_request.md">Feature request</a>
21+
</p>
22+
<br />
2423
<hr />
2524

26-
At this point, we are focus on to implement multiple UI API docs for Nest.JS and Express and working with others library that is generate the open api doc. but, in the future we will create our open api doc generation, "One Code for All Frameworks".
25+
At this point, we are focusing on implementing multiple UI API docs for Nest.JS and Express and working with other libraries that generate the open API doc.
26+
27+
but, in the future, we will create our open API doc generation, "One Code for All Frameworks".
2728

2829
## Installation 🚀
2930

@@ -43,9 +44,9 @@ yarn add @didik-mulyadi/nodejs-api-doc
4344

4445
## Usage 💻
4546

46-
After we setup the package correctly, we can switch the UI in your docs with this. <br/>
47+
After we set up the package correctly, we can switch the UI in your docs with this. <br/>
4748

48-
Example the path is `/docs
49+
For example, the path is `/docs
4950

5051
1. Use Swagger UI, `/docs?ui=swagger`
5152
2. Use Stoplight UI, `/docs?ui=stoplight`
@@ -111,15 +112,17 @@ async function bootstrap() {
111112

112113
## Bugs or Requests 🐛
113114

114-
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)
115+
If you found any issues or have a good suggestion, feel free to open an [issue](https://github.com/didikmulyadi/nodejs-api-doc/issues/new)
115116

116117
## TODO
117118

118-
We are still updating this package, to make it more usefull and easy to use. Here are the next that author want to do
119+
We are still updating this package, to make it more useful and easy to use. Here are the next that author wants to do
119120

120-
- [] Add an example in `examples` directory for Nest.js Fastify Swagger
121-
- [] Add an example in `examples` directory for Nest.js Express Swagger
122-
- [] Add support Express.js
121+
- [ ] Add an example in `examples` directory for Nest.js Fastify Swagger
122+
- [ ] Add an example in `examples` directory for Nest.js Express Swagger
123+
- [ ] Add support for Express.js
124+
- [ ] Add readme for `bug_report.md`
125+
- [ ] Add readme for `feature_request.md`
123126

124127
## Find Me 📖
125128

0 commit comments

Comments
 (0)