UNPKG
context-api-boilerplate
Version:
latest (1.0.4)
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Generates react context api boilerplate
context-api-boilerplate
/
package.json
14 lines
(13 loc)
•
241 B
JSON
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
{
"name"
:
"context-api-boilerplate"
,
"description"
:
"Generates react context api boilerplate"
,
"version"
:
"1.0.4"
,
"license"
:
"MIT"
,
"keywords"
:
[
"Reactjs"
,
"contextapi"
]
,
"bin"
:
{
"gen-context"
:
"./cli.js"
}
}