1.0.3 • Published 3 years ago
hydragen v1.0.3
Hydragen
Convenient scaffolding for frequently used tooling.
Introspection
This command will introspect the working repository and make sure it uses all the best tooling practices from here. All the generators listed below will be installed.
To run the introspection:
- Install globally with
npm i -g hydragenand run it withhy - Use with npx:
npx hydragen
Install generators individually
Run individual setups powered by Hygen generators:
hy generate <generator> <action>hy generate setup prettierinstall and configure prettierhy generate setup lint-stagedinstall and configure lint-staged with husky
Ideas for new generators
- GitHub Actions
- Testing Library
- Cypress/Playwright