Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/use-hooks/create-react-hooks
Create Scaffold for React Hooks
https://github.com/use-hooks/create-react-hooks
react react-hooks
Last synced: 4 months ago
JSON representation
Create Scaffold for React Hooks
- Host: GitHub
- URL: https://github.com/use-hooks/create-react-hooks
- Owner: use-hooks
- License: mit
- Created: 2018-12-10T06:22:42.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-04-15T11:57:45.000Z (over 5 years ago)
- Last Synced: 2024-04-14T00:25:42.144Z (8 months ago)
- Topics: react, react-hooks
- Language: JavaScript
- Size: 24.4 KB
- Stars: 39
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# create-react-hooks
[![NPM version][npm-image]][npm-url]
[![npm download][download-image]][download-url]Create Scaffold for React Hooks (actually for [use-hooks](https://github.com/use-hooks))
## Usage
```bash
mkdir react-hooks- && cd react-hooks-
npx create-react-hooks
```## License
MIT
[npm-image]: https://img.shields.io/npm/v/create-react-hooks.svg?style=flat-square
[npm-url]: https://npmjs.org/package/create-react-hooks
[download-image]: https://img.shields.io/npm/dm/create-react-hooks.svg?style=flat-square
[download-url]: https://npmjs.org/package/create-react-hooks