https://github.com/fredlackey/reactjs-helpers
Helpful utilities and scripts to make ReactJS projects more legible and easier for the next developer to take over.
https://github.com/fredlackey/reactjs-helpers
Last synced: 2 months ago
JSON representation
Helpful utilities and scripts to make ReactJS projects more legible and easier for the next developer to take over.
- Host: GitHub
- URL: https://github.com/fredlackey/reactjs-helpers
- Owner: FredLackey
- License: apache-2.0
- Created: 2023-12-31T19:29:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-01-08T11:59:04.000Z (over 1 year ago)
- Last Synced: 2024-10-29T12:59:13.253Z (7 months ago)
- Language: JavaScript
- Size: 574 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ReactJS Helpers (`reactjs-helpers`)
Helpful utilities and scripts to make ReactJS projects more legible and easier for the next developer to take over.
## Current Status
Based on the original [`cleaner-node`](https://www.npmjs.com/package/cleaner-node) project, this package intends to improve readability and maintainability of ReactJS projects by providing a set of utilities and scripts to help with common tasks.
## Installation
```bash
npm i reactjs-helpers
```... or ...
```bash
npm install --save reactjs-helpers
```## Contact
**Fred Lackey**
[[email protected]](mailto:[email protected])
[http://fredlackey.com](http://fredlackey.com)