Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/kravetsone/create-elysiajs
Scaffolding your Elysia project with the environment with easy!
https://github.com/kravetsone/create-elysiajs
Last synced: 5 days ago
JSON representation
Scaffolding your Elysia project with the environment with easy!
- Host: GitHub
- URL: https://github.com/kravetsone/create-elysiajs
- Owner: kravetsone
- Created: 2024-01-17T17:32:45.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-04-26T20:34:51.000Z (7 months ago)
- Last Synced: 2024-04-28T01:29:53.548Z (7 months ago)
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/create-elysiajs
- Size: 222 KB
- Stars: 13
- Watchers: 1
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# create-elysiajs
## Scaffolding your [Elysia](https://elysiajs.com/) project with the environment with easy!
### With [bun](https://bun.sh/)
```bash
bun create elysiajs
```> Support for other package managers will appear later (Maybe, huh)
## Supported environment
- Linters
- - [Biome](https://biomejs.dev/)
- - [ESLint](https://eslint.org/) with some plugins
- ORM/Query builders
- - [Prisma](https://www.prisma.io/)
- - [Drizzle](https://orm.drizzle.team/)
- Plugins
- - [CORS](https://elysiajs.com/plugins/cors.html)
- - [Swagger](https://elysiajs.com/plugins/swagger.html)
- - [JWT](https://elysiajs.com/plugins/jwt.html)
- - [Autoload](https://github.com/kravetsone/elysia-autoload)
- - [Oauth 2.0](https://github.com/kravetsone/elysia-oauth2)
- - [HTML/JSX](https://elysiajs.com/plugins/html.html)
- - [Logger](https://github.com/bogeychan/elysia-logger)
- - [Static](https://elysiajs.com/plugins/static.html)
- - [Bearer](https://elysiajs.com/plugins/bearer.html)
- - [Server Timing](https://elysiajs.com/plugins/server-timing.html)
- Others
- - [Husky](https://typicode.github.io/husky/) (Git hooks)
- And more soon...> With renovate, we keep dependencies up to date
> The environment can work `together`
>
> When you select [ESLint](https://eslint.org/) and [Drizzle](https://orm.drizzle.team/), you get [eslint-plugin-drizzle](https://orm.drizzle.team/docs/eslint-plugin)
>
> When you select [Husky](https://typicode.github.io/husky/) and one of the [linters](#supported-environment) - the `pre-commit` hook will contain the command `lint:fix`