bnvk / Conjuror

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

Full fledged cli #47

Closed bnvk closed 8 years ago

bnvk commented 8 years ago

Merging these changes as they really improve the overall!

simonv3 commented 8 years ago

Have you published this to NPM?

bnvk commented 8 years ago

@simonv3 I had not updated that in awhile, thanks for reminding me! I just nuked the branch, so everything is on master and current with all my local changes. I'm pretty sure setup does not properly work given the current needs for projects in the config, but that should be trivial to add!

simonv3 commented 8 years ago

I used to have it setup that my commandline tool pointed to my local dev install, but I think I overwrote that somehow so I want to see whether a clean install of it fixes it.

bnvk commented 8 years ago

Yah, so you don't want to the use npm install -g option in this case. You want to clone it to wherever you keep code your working on, then cd path/to/Conjuror into that directory, then do sudo npm link which then makes it accessible as a global command, but still be able to do devlopment!

simonv3 commented 8 years ago

aha!