Skip to content

Commit

Permalink
Deploy website with a little bit updated README.
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Apr 30, 2024
1 parent dc38011 commit 275175a
Show file tree
Hide file tree
Showing 9 changed files with 32 additions and 12 deletions.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

Nestia is a set of helper libraries for NestJS, supporting below features:

- `@nestia/core`: Super-fast decorators
- `@nestia/core`:
- Super-fast/easy decorators
- Advanced WebSocket routes
- `@nestia/sdk`:
- Swagger generator evolved than ever
- SDK library generator for clients
Expand Down Expand Up @@ -58,6 +60,7 @@ Check out the document in the [website](https://nestia.io/docs/):

### 📖 Features
- Core Library
- [WebSocketRoute](https://nestia.io/docs/core/WebSocketRoute)
- [TypedRoute](https://nestia.io/docs/core/TypedRoute/)
- [TypedBody](https://nestia.io/docs/core/TypedBody/)
- [TypedParam](https://nestia.io/docs/core/TypedParam/)
Expand Down
5 changes: 4 additions & 1 deletion packages/core/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

Nestia is a set of helper libraries for NestJS, supporting below features:

- `@nestia/core`: Super-fast decorators
- `@nestia/core`:
- Super-fast/easy decorators
- Advanced WebSocket routes
- `@nestia/sdk`:
- Swagger generator evolved than ever
- SDK library generator for clients
Expand Down Expand Up @@ -58,6 +60,7 @@ Check out the document in the [website](https://nestia.io/docs/):

### 📖 Features
- Core Library
- [WebSocketRoute](https://nestia.io/docs/core/WebSocketRoute)
- [TypedRoute](https://nestia.io/docs/core/TypedRoute/)
- [TypedBody](https://nestia.io/docs/core/TypedBody/)
- [TypedParam](https://nestia.io/docs/core/TypedParam/)
Expand Down
2 changes: 1 addition & 1 deletion packages/core/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@nestia/fetcher": "^3.1.1",
"@nestia/fetcher": "D:\\github\\samchon\\nestia\\packages\\fetcher\\nestia-fetcher-3.1.1.tgz",
"@nestjs/common": ">=7.0.1",
"@nestjs/core": ">=7.0.1",
"@samchon/openapi": "^0.1.21",
Expand Down
5 changes: 4 additions & 1 deletion packages/fetcher/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

Nestia is a set of helper libraries for NestJS, supporting below features:

- `@nestia/core`: Super-fast decorators
- `@nestia/core`:
- Super-fast/easy decorators
- Advanced WebSocket routes
- `@nestia/sdk`:
- Swagger generator evolved than ever
- SDK library generator for clients
Expand Down Expand Up @@ -58,6 +60,7 @@ Check out the document in the [website](https://nestia.io/docs/):

### 📖 Features
- Core Library
- [WebSocketRoute](https://nestia.io/docs/core/WebSocketRoute)
- [TypedRoute](https://nestia.io/docs/core/TypedRoute/)
- [TypedBody](https://nestia.io/docs/core/TypedBody/)
- [TypedParam](https://nestia.io/docs/core/TypedParam/)
Expand Down
5 changes: 4 additions & 1 deletion packages/sdk/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,9 @@

Nestia is a set of helper libraries for NestJS, supporting below features:

- `@nestia/core`: Super-fast decorators
- `@nestia/core`:
- Super-fast/easy decorators
- Advanced WebSocket routes
- `@nestia/sdk`:
- Swagger generator evolved than ever
- SDK library generator for clients
Expand Down Expand Up @@ -58,6 +60,7 @@ Check out the document in the [website](https://nestia.io/docs/):

### 📖 Features
- Core Library
- [WebSocketRoute](https://nestia.io/docs/core/WebSocketRoute)
- [TypedRoute](https://nestia.io/docs/core/TypedRoute/)
- [TypedBody](https://nestia.io/docs/core/TypedBody/)
- [TypedParam](https://nestia.io/docs/core/TypedParam/)
Expand Down
2 changes: 1 addition & 1 deletion packages/sdk/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@
},
"homepage": "https://nestia.io",
"dependencies": {
"@nestia/fetcher": "^3.1.1",
"@nestia/fetcher": "D:\\github\\samchon\\nestia\\packages\\fetcher\\nestia-fetcher-3.1.1.tgz",
"@samchon/openapi": "^0.1.21",
"cli": "^1.0.1",
"get-function-location": "^2.0.0",
Expand Down
6 changes: 3 additions & 3 deletions test/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
},
"homepage": "https://nestia.io",
"devDependencies": {
"@nestia/sdk": "^3.1.1",
"@nestia/sdk": "D:\\github\\samchon\\nestia\\packages\\sdk\\nestia-sdk-3.1.1.tgz",
"@nestjs/swagger": "^7.1.2",
"@samchon/openapi": "^0.1.21",
"@types/express": "^4.17.17",
Expand All @@ -40,9 +40,9 @@
},
"dependencies": {
"@fastify/multipart": "^8.1.0",
"@nestia/core": "^3.1.1",
"@nestia/core": "D:\\github\\samchon\\nestia\\packages\\core\\nestia-core-3.1.1.tgz",
"@nestia/e2e": "^0.3.6",
"@nestia/fetcher": "^3.1.1",
"@nestia/fetcher": "D:\\github\\samchon\\nestia\\packages\\fetcher\\nestia-fetcher-3.1.1.tgz",
"@nestjs/common": "^10.3.5",
"@nestjs/core": "^10.3.5",
"@nestjs/platform-express": "^10.3.5",
Expand Down
8 changes: 5 additions & 3 deletions website/pages/docs/index.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -46,15 +46,17 @@ import Stack from '@mui/material/Stack';

Nestia is a set of helper libraries for [NestJS](https://docs.nestjs.com), supporting below features:

- `@nestia/core`: super-fast decorators
- `@nestia/core`:
- Super-fast/easy decorators
- Advanced WebSocket routes
- `@nestia/sdk`:
- Swagger generator evolved than ever
- SDK library generator for clients
- Mockup Simulator for client developers
- Automatic E2E test functions generator
- `@nestia/migrate`: migration from Swagger to NestJS
- `@nestia/migrate`: Migration from Swagger to NestJS
- `@nestia/editor`: Online TypeScript Swagger Editor
- `nestia`: just CLI (command line interface) tool
- `nestia`: Just CLI (command line interface) tool

<br/>
<Stack spacing={1}>
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
<html>
<meta
http-equiv="refresh"
content="0; url=https://dev.to/samchon/i-made-swaggeropenapi-type-definitions-and-converter-library-5dej"
></meta>
</html>;

0 comments on commit 275175a

Please sign in to comment.