create-rc
v1.0.12
Published
Create React Component is a simple script to create React components based on templates.
Downloads
18
Maintainers
Readme
Create React Component (create-rc
) is a simple script to create react components based on templates.
The templates base structure is:
ComponentName
├── ComponentName.tsx
├── ComponentName.style.ts
└── index.ts
You can use this project with npx
npx create-rc MyComponentName
By default, the files are created using .ts
as extension.
You can change this, passing a third argument:
npx create-rc MyComponentName js
DouglasAmarelo
- Twitter: @DouglasAmarelo
- Github: @DouglasAmarelo
Contributions, report errors and new ideias, are always welcome!
Please, visit the issues page.
Give a ⭐️ if this project helped you!