bnvk / Conjuror

An experiment in the CSV format, open data, magic, and wizardly things!
Other
11 stars 2 forks source link

Initial recipe structure proposal #41

Closed simonv3 closed 8 years ago

simonv3 commented 8 years ago

What's Changed

Now there's a recipes folder, and when calling conjuror with the -r flag, it fetches the recipe from the appropriate place. There's built in recipes (in lib/conjuror.recipes.js) and the user can specify a path (not yet implemented) to their own recipe.

The first step I think is to take one of the things we have and then turn it into a recipe - with as much flexibility as possible. I started sketching out the "create a client.json file" recipe.

bnvk commented 8 years ago

@simonv3 heya, so I had a simple small (but super urgently hacked in things) sitting in my local branch! Would you mind pull them down and merging into to your proposed changes and pushing?

If you're slammed busy / fed up with non-sense, i'll get to it eventually just will take a lil bit longer :stuck_out_tongue:

simonv3 commented 8 years ago

@bnvk I merged what I could see, but I may have missed some of the changes you made. If you can double check that those are all there?