0.6.2 • Published 1 year ago

@sultanyaron/component-generator v0.6.2

Weekly downloads
-
License
ISC
Repository
github
Last release
1 year ago

component-generator

Usage

npx @sultanyaron/component-generator

The cli is using prompt to get the component name and the required template

Templates

  • Reusable component (styles, types, tests and a story)
  • Component with test (styles, types and test)
  • Custom (Choose files)
    • Style (MyComponent.style.ts)
    • Types (MyComponent.types.ts)
    • Test (MyComponent.test.ts, myComponentSetup.ts, myComponentTestUtils.ts)
    • Story (MyComponent.story.tsx)

Contribute

  • npm install
  • npm run dev
  • npm test
  • npm link
  • use component-generator Where ever you want to test your changes
  • Update the CHANGELOG.md inside the unreleased section, please follow the CHANGELOG convention
  • Create pull request
  • Wait for CI to pass
  • Merge
0.6.2

1 year ago

0.6.1

2 years ago

0.6.0

2 years ago

0.5.0

2 years ago

0.4.0

2 years ago

0.3.0

2 years ago

0.2.0

2 years ago

0.1.1

2 years ago

0.1.0

2 years ago