creationix / wheat

Wheat is a blog engine for coders written in node.JS
Other
1.36k stars 134 forks source link

Installation is broken & dependencies are out of date #10

Closed acacio closed 14 years ago

acacio commented 14 years ago

install.sh was removed (in commit 5f9dd7f47a5a5f26c6aa).

Also, the dependency chain is out-of-date:

wheat depends on git, which depends on kiwi which has not been updated in a while (posix vs. fs, and still using promises).

I was trying to contribute a howtonode.org article and I find myself "yak shaving" ;-)

Marak commented 14 years ago

i have a working bundle of this for the nodejitsu blog, let me know if you need a copy, we'll be open sourcing the entire blog soon

creationix commented 14 years ago

It's installable with npm now. (the git module that depended on kiwi wasn't mine)