-
Notifications
You must be signed in to change notification settings - Fork 8
/
data.json
114 lines (114 loc) · 3.61 KB
/
data.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
[
{
"name": "Plop Pack Git Init",
"repoUrl": "crutchcorn/plop-pack-git-init",
"category": "Actions"
},
{
"name": "Plop Pack NPM Install",
"repoUrl": "crutchcorn/plop-pack-npm-install",
"category": "Actions"
},
{
"name": "Plop Pack NPM Install Packages",
"repoUrl": "piersolenski/plop-pack-npm-install-packages",
"category": "Actions"
},
{
"name": "Plop Pack Azure NPM",
"repoUrl": "crutchcorn/plop-pack-azure-npm",
"category": "Actions"
},
{
"name": "Plop Action Copy",
"repoUrl": "bradgarropy/plop-action-copy",
"category": "Actions"
},
{
"name": "Plop Pack Remove",
"repoUrl": "TheSharpieOne/plop-pack-remove",
"category": "Actions"
},
{
"name": "Plop Action ESLint",
"repoUrl": "natterstefan/plop-action-eslint",
"category": "Actions"
},
{
"name": "Plop Helper Date",
"repoUrl": "bradgarropy/plop-helper-date",
"category": "Helpers"
},
{
"name": "Plop Helper List",
"repoUrl": "bradgarropy/plop-helper-list",
"category": "Helpers"
},
{
"name": "Plop Helper Slugify",
"repoUrl": "bradgarropy/plop-helper-slugify",
"category": "Helpers"
},
{
"name": "Plop Helper Includes",
"repoUrl": "bradgarropy/plop-helper-includes",
"category": "Helpers"
},
{
"name": "Plop Generator React Component",
"repoUrl": "bradgarropy/plop-generator-react-component",
"category": "Generators"
},
{
"name": "Plop Generator React Context",
"repoUrl": "bradgarropy/plop-generator-react-context",
"category": "Generators"
},
{
"name": "Plop Generator React Hook",
"repoUrl": "bradgarropy/plop-generator-react-hook",
"category": "Generators"
},
{
"name": "Plop Generator Remix Route",
"repoUrl": "bradgarropy/plop-generator-remix-route",
"category": "Generators"
},
{
"name": "Plop File Templates for Visual Studio Code",
"repoUrl": "SamKirkland/plop-templates",
"category": "IDE Plugins"
},
{
"name": "Plop Generator React Atomic Component",
"repoUrl": "ahoendgen/plop-generator-react-atomic-component",
"category": "Generators"
},
{
"name": "Plop Generator Angular NGXS Store",
"repoUrl": "lukasz-pekala/plop-generator-ngxs-store",
"category": "Generators"
},
{
"name": "Inquirer Directory",
"repoUrl": "nicksrandall/inquirer-directory",
"category": "Inquirer Prompts",
"image": "https://asciinema.org/a/31651.png",
"imageAlt": "An inquirer prompt asking what directory you'd like to perform an action in. It has the ability to go up and down directories in the CLI",
"imageLink": "https://asciinema.org/a/31651"
},
{
"name": "Inquirer Recursive",
"repoUrl": "nathanloisel/inquirer-recursive",
"category": "Inquirer Prompts",
"image": "http://i.giphy.com/l2JhntGGk3QjTUIiA.gif",
"imageAlt": "An inquirer prompt that loops through the same questions repeatedly until an exit condition is given"
},
{
"name": "Inquirer Select Line",
"repoUrl": "adam-golab/inquirer-select-line",
"category": "Inquirer Prompts",
"image": "http://i.giphy.com/xUA7b1MxpngddUvdHW.gif",
"imageAlt": "An inquirer prompt showing the user moving up and down a list with arrow keys, placing an item in the list order"
}
]