1.0.3 • Published 2 years ago

hydragen v1.0.3

Weekly downloads
-
License
MIT
Repository
-
Last release
2 years ago

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 with hy
  • 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 prettier
  • hy generate setup lint-staged install and configure lint-staged with husky

Ideas for new generators

  • GitHub Actions
  • Testing Library
  • Cypress/Playwright
1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago