create-rc

1.0.12 • Public • Published

📝 About this project

Twitter: DouglasAmarelo     GitHub followers     NPM Downloads

NPM Downloads


📝 About this project

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

👨‍💻 How to use

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

👤 Author

DouglasAmarelo

🤝 Contributing

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

Please, visit the issues page.

Show your support

Give a ⭐️ if this project helped you!

/create-rc/

    Package Sidebar

    Install

    npm i create-rc

    Weekly Downloads

    17

    Version

    1.0.12

    License

    ISC

    Unpacked Size

    5.13 kB

    Total Files

    6

    Last publish

    Collaborators

    • douglasamarelo