bnvk / Conjuror

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

Create a "Setup" flow utility for CLI #37

Closed bnvk closed 8 years ago

bnvk commented 9 years ago

This should do the following:

bnvk commented 8 years ago

Dah. Currently on Linux, running the node setup.js command throws the following error:

/home/user/Conjuror/setup.js:60
      if (err) throw err;
                     ^
Error: ENOENT, open '/home/user/.conjuror/config.json'

We need to make it create the .conjuror directory in the home dir!

bnvk commented 8 years ago

Closing this to track it in #17