Package Exports
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-elysiajs) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
create-elysiajs
Scaffolding your Elysia project with the environment with easy!
With bun
bun create elysiajs <dir>Support for other package managers will appear later (Maybe, huh)
Supported environment
- Linters
- ORM/Query builders
- Plugins
- Test with bun:test and mocks for
- PGLite for Postgres
- IoRedisMock for Redis
- Others
- Verrou (Locks)
- Env-var (Environment variables)
- .vscode (VSCode settings)
- Husky (Git hooks)
- And more soon...
With renovate, we keep dependencies up to date
The environment can work
togetherWhen you select ESLint and Drizzle, you get eslint-plugin-drizzle
When you select Husky and one of the linters - the
pre-commithook will contain the commandlint:fix