1.0.12 • Published 4 years ago

create-rc v1.0.12

Weekly downloads
4
License
ISC
Repository
github
Last release
4 years ago


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

Create React Component

By default, the files are created using .ts as extension.

You can change this, passing a third argument:

npx create-rc MyComponentName js

DouglasAmarelo

Contributions, report errors and new ideias, are always welcome!

Please, visit the issues page.

Give a ⭐️ if this project helped you!

1.0.12

4 years ago

1.0.9

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago