1.0.13 • Published 12 months ago

generate-react-components-export-cli v1.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Quickly create a react components export with command line

🏠 Homepage

Install

npm i -g generate-react-components-export-cli

Usage

grcecli

After that the application will ask in which path it should create the file index.ts and that's all (the application will create correctly only export folders)

It will generate (E.g for path src/features/user and folders user-form, user-list, user-details): File: src/features/user/index.ts With all imports exports') After that you can import like: import { UserForm, UserList, UserDetails } from "src/features/user Instead of import UserForm from "src/features/user/user-form etc... If index.ts exists it will be overwritten

Author

👤 Stanisław Sztrajt

🤝 Contributing

Contributions, issues and feature requests are welcome!Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator

1.0.13

12 months ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.11

1 year ago

1.0.10

1 year ago

1.0.12

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago