hydragen
v1.0.3
Published
Convenient scaffolding for frequently used tooling.
Downloads
1
Readme
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 hydragen
and 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 prettier
install and configure prettierhy generate setup lint-staged
install and configure lint-staged with husky
Ideas for new generators
- GitHub Actions
- Testing Library
- Cypress/Playwright