UNPKG
conjuror
Version:
latest (0.2.10)
0.2.10
0.2.8
0.2.5
0.2.4
0.2.3
0.2.1
0.2.0
0.1.4
0.1.3
0.1.2
A magical CSV data parsing and outputing wizard or witch
github.com/bnvk/Conjuror
conjuror
/
lib
/
conjuror.recipes.js
10 lines
(8 loc)
•
202 B
JavaScript
View Raw
1
2
3
4
5
6
7
8
9
10
var
Recipes
=
{
"create-clients"
: {
"name"
:
"Create Clients File"
,
"description"
:
"create a clients file"
,
"path"
:
"../recipes/createClients.recipe.json"
} };
module
.
exports
= Recipes;