Explain a little more about Shell.JS#24
Conversation
|
cc @nfischer |
README.md
Outdated
| For those who don't know, [Shell.JS](https://github.com/shelljs/shelljs) is an awesome Node package that implements UNIX shell commands programatically in Javascript. Check it out - really. While Shell.JS was tremendously helpful in figuring out how to accomplish Cash, the two do not really conflict. | ||
|
|
||
| For those who don't know, [Shell.js](https://github.com/shelljs/shelljs) is an awesome Node app that implements Unix shell commands programatically in Javascript. Check it out - really. While Shell.js was tremendously helpful in figuring out how to accomplish Cash, the two do not really conflict. | ||
| Shell.JS gives the feel of UNIX commands in a code environmenmt, but aims to impliment the commands in a way that makes sense for a javascript library. This means that many commands return JavaScript objects, and some of the rougher and more dangerous edges of bash have been softened a bit. |
There was a problem hiding this comment.
Fantastik Spellir™
There was a problem hiding this comment.
I would be lost without vim spell checking enabled by default for my markdown files
|
For what it's worth, I like it. Also, @dthree, feel free to open a PR on our project or modify the wiki pointing toward cash. I recently opened the wiki to point toward projects based off shelljs, and it might be good to have a page for other related projects, such as cash. |
Hi! Cash looks really cool, thanks for making it! This PR just adds a little more explination to the Shell.JS section about ho w
|
Thank you, this will be very helpful for people new to either project trying to figure out where they both fit and when they would want to use one or the other! |
Explain a little more about Shell.JS
|
This looks great! Thanks! |
Thank you! |
|
Added another link higher-up in the programmatic section: |
|
👍 |
As per: dthree/cash#24 :)
As per: dthree/cash#24 :)
As per: dthree/cash#24 :)
As per: dthree/cash#24 :)
As per: dthree/cash#24 :)
As per: dthree/cash#24 :)
As per: dthree/cash#24 :)
As per: dthree/cash#24 :)
As per: dthree/cash#24 :)
As per: dthree/cash#24 :)
Hi!
Cash looks really cool, thanks for making it!
This PR just adds a little more explination to the Shell.JS section about the difference between ShellJS and Cash.