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)
- Linters
- ORM/Query builders
- Plugins
- 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
together
When you select ESLint and Drizzle, you get eslint-plugin-drizzle
When you select Husky and one of the linters - the
pre-commit
hook will contain the commandlint:fix