vue-jest-story-generator

How?

  1. Place code in root directory of project
  2. Run the following to generate vue component, jest unit test, and storybook story:
npx hygen component new --p '[path/to/component/relative/to/components/folder]' --name [ComponentName]

Why?

  1. Why the hell not?