Skip to content

Commit

Permalink
feat(@artusx/core): add plugins and decorators section
Browse files Browse the repository at this point in the history
  • Loading branch information
thonatos committed Apr 15, 2024
1 parent e9f16e2 commit f45dfc8
Showing 1 changed file with 17 additions and 1 deletion.
18 changes: 17 additions & 1 deletion packages/libs/core/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,22 @@
# @artusx/core

## Middlewares
core web framework.

## Built-in Plugins

- @artusx/plugin-koa
- @artusx/plugin-log4js
- @artusx/plugin-nunjucks
- @artusx/plugin-schedule
- @artusx/plugin-xtransit

## Built-in Decorators

- @Query()
- @Params()
- @Body()

## Built-in Koa Middlewares

- @koa/cors
- @koa/bodyparser
Expand Down

0 comments on commit f45dfc8

Please sign in to comment.