Skip to content

A legendary and magical CLI tool for React development

License

Notifications You must be signed in to change notification settings

bjonamu/merlin-cli

Repository files navigation

Merlin

CircleCI

🧙 Is a legendary and magical CLI tool for React development

Commands

  • merlin comp <component-name> - Will generate a function component.
  • merlin cont <container-name> -p <folder/path-name> - Will generate a container component. <folder/path-name> is a subfolder that falls under containers.
  • merlin hk <hook-name> - Will generate a hook.
  • merlin l <layout-name> - Will generate a layout.
  • merlin r <redux-name> - Will generate a redux.
  • merlin s <saga-name> - Will generate a saga.
  • merlin g cont comp <name> - Will generate a container and component.
  • merlin g r s <name> - Will generate a redux and saga.

License

MIT - see LICENSE