Skip to content

Commit

Permalink
add list of libraries
Browse files Browse the repository at this point in the history
  • Loading branch information
dominikzogg committed Feb 27, 2024
1 parent a1714ac commit 1488eff
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 6 deletions.
30 changes: 25 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ Through [NPM](https://www.npmjs.com) as [@chubbyts/chubbyts-framework][1].
```sh
npm i \
@chubbyts/chubbyts-framework-router-path-to-regexp@^1.4.0 \
@chubbyts/chubbyts-framework@^1.9.3 \
@chubbyts/chubbyts-framework@^1.9.4 \
@chubbyts/chubbyts-http@^1.2.1
```

Expand Down Expand Up @@ -107,10 +107,21 @@ npm i @chubbyts/chubbyts-http-uwebsockets-bridge@^1.2.1

Check the [Usage][11] section.

## Libraries

* [@chubbyts/chubbyts-api][20]
* [@chubbyts/chubbyts-decode-encode][21]
* [@chubbyts/chubbyts-dic][22]
* [@chubbyts/chubbyts-dic-config][23]
* [@chubbyts/chubbyts-http-cors][24]
* [@chubbyts/chubbyts-http-multipart][25]
* [@chubbyts/chubbyts-http-static-file][26]
* [@chubbyts/chubbyts-negotiation][27]

## Skeleton

* [chubbyts/chubbyts-framework-skeleton][20]
* [chubbyts/chubbyts-petstore][21]
* [chubbyts/chubbyts-framework-skeleton][30]
* [chubbyts/chubbyts-petstore][31]

## Copyright

Expand All @@ -128,5 +139,14 @@ Check the [Usage][11] section.
[10]: https://www.npmjs.com/package/@chubbyts/chubbyts-http-node-bridge#usage
[11]: https://www.npmjs.com/package/@chubbyts/chubbyts-http-uwebsockets-bridge#usage

[20]: https://github.com/chubbyts/chubbyts-framework-skeleton
[21]: https://github.com/chubbyts/chubbyts-petstore
[20]: https://www.npmjs.com/package/@chubbyts/chubbyts-api
[21]: https://www.npmjs.com/package/@chubbyts/chubbyts-decode-encode
[22]: https://www.npmjs.com/package/@chubbyts/chubbyts-dic
[23]: https://www.npmjs.com/package/@chubbyts/chubbyts-dic-config
[24]: https://www.npmjs.com/package/@chubbyts/chubbyts-http-cors
[25]: https://www.npmjs.com/package/@chubbyts/chubbyts-http-multipart
[26]: https://www.npmjs.com/package/@chubbyts/chubbyts-http-static-file
[27]: https://www.npmjs.com/package/@chubbyts/chubbyts-negotiation

[30]: https://github.com/chubbyts/chubbyts-framework-skeleton
[31]: https://github.com/chubbyts/chubbyts-petstore
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "@chubbyts/chubbyts-framework",
"type": "module",
"version": "1.9.3",
"version": "1.9.4",
"description": "A minimal, highly performant middleware PSR-15 inspired function based microframework built with as little complexity as possible, aimed primarily at those developers who want to understand all the vendors they use.",
"keywords": [
"chubbyts",
Expand Down

0 comments on commit 1488eff

Please sign in to comment.