gdm-create-components
v1.5.0
Published
Tool used to easily create components
Readme
create-component
Simple tool to create components at current folder.
Simple usage:
npm run create-component TextButton path/to/folder/
you should get as return
- Folder TextButton
- TextButton.tsx
- TextButton.module.scss
Both files contain a sample component with the correct name.
