https://github.com/bradgarropy/plop-generator-react-context
A plop generator for React context.
https://github.com/bradgarropy/plop-generator-react-context
context eslint jest node plop plop-generator plop-pack prettier react typescript
Last synced: 11 months ago
JSON representation
A plop generator for React context.
- Host: GitHub
- URL: https://github.com/bradgarropy/plop-generator-react-context
- Owner: bradgarropy
- License: mit
- Created: 2021-09-21T19:01:04.000Z (over 4 years ago)
- Default Branch: main
- Last Pushed: 2024-01-03T20:32:29.000Z (over 2 years ago)
- Last Synced: 2025-07-02T14:16:53.343Z (12 months ago)
- Topics: context, eslint, jest, node, plop, plop-generator, plop-pack, prettier, react, typescript
- Language: TypeScript
- Homepage: https://www.npmjs.com/package/@bradgarropy/plop-generator-react-context
- Size: 483 KB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: license
Awesome Lists containing this project
README
# 💧 plop generator react context
[![version][version-badge]][npm]
[![downloads][downloads-badge]][npm]
[![size][size-badge]][bundlephobia]
[![github actions][github-actions-badge]][github-actions]
[![coverage][codecov-badge]][codecov]
[![typescript][typescript-badge]][typescript]
[![contributing][contributing-badge]][contributing]
[![contributors][contributors-badge]][contributors]
[![discord][discord-badge]][discord]
_A [`plop`][plop] generator for [`react`][react] context._
## 📦 Installation
This package is hosted on [`npm`][npm].
```bash
npm install --save-dev @bradgarropy/plop-generator-react-context
```
## 🥑 Usage
First, be sure you have [`plop`][plop] installed. Then, add the following line to your `plopfile.js`.
```javascript
plop.load("@bradgarropy/plop-generator-react-context")
```
Now you'll have access to the `context` generator as shown below.
```bash
plop context
```
The `context` generator scaffolds a new context, including a consumer hook, and adds it to the `index.ts` file for easy importing. The resulting directory looks like this for a context named `App`.
```text
src
└── context
├── App.tsx
└── index.ts
```
## ❔ Questions
🐛 report bugs by filing [issues][issues]
📢 provide feedback with [issues][issues] or on [twitter][twitter]
🙋🏼♂️ use my [ama][ama] or [twitter][twitter] to ask any other questions
## ✨ contributors
[codecov]: https://app.codecov.io/gh/bradgarropy/plop-generator-react-context
[contributing]: https://github.com/bradgarropy/plop-generator-react-context/blob/master/contributing.md
[contributors]: #-contributors
[npm]: https://www.npmjs.com/package/@bradgarropy/plop-generator-react-context
[codecov-badge]: https://img.shields.io/codecov/c/github/bradgarropy/plop-generator-react-context?style=flat-square
[version-badge]: https://img.shields.io/npm/v/@bradgarropy/plop-generator-react-context.svg?style=flat-square
[downloads-badge]: https://img.shields.io/npm/dt/@bradgarropy/plop-generator-react-context?style=flat-square
[contributing-badge]: https://img.shields.io/badge/PRs-welcome-success?style=flat-square
[contributors-badge]: https://img.shields.io/github/all-contributors/bradgarropy/plop-generator-react-context?style=flat-square
[issues]: https://github.com/bradgarropy/plop-generator-react-context/issues
[twitter]: https://twitter.com/bradgarropy
[ama]: https://bradgarropy.com/ama
[bundlephobia]: https://bundlephobia.com/result?p=@bradgarropy/plop-generator-react-context
[size-badge]: https://img.shields.io/bundlephobia/minzip/@bradgarropy/plop-generator-react-context?style=flat-square
[github-actions]: https://github.com/bradgarropy/plop-generator-react-context/actions
[github-actions-badge]: https://img.shields.io/github/workflow/status/bradgarropy/plop-generator-react-context/%F0%9F%9A%80%20release?style=flat-square
[typescript]: https://www.typescriptlang.org/dt/search?search=%40bradgarropy%2Fplop-generator-react-context
[typescript-badge]: https://img.shields.io/npm/types/@bradgarropy/plop-generator-react-context?style=flat-square
[discord]: https://bradgarropy.com/discord
[discord-badge]: https://img.shields.io/discord/748196643140010015?style=flat-square
[plop]: https://plopjs.com
[react]: https://reactjs.org