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
-
- ESLint with some plugins
- ORM/Query builders
- Plugins
- Others
-
- 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