pfraces-graveyard / clide

CLI definitions
0 stars 0 forks source link

offer shelljs to the scripts #10

Closed pfraces closed 11 years ago

pfraces commented 11 years ago

With jQuery style

$.cd('/etc');
$.cat('hosts');

And a cool $.exec shortcut

$('cd ~/dev/cool-prj; git pull origin');
pfraces commented 11 years ago

Maybe as a plugin?

pfraces commented 11 years ago

following the style of having a script library (which could use shelljs) and a simple cli, I think is better to require shelljs explicitly from the library scripts.

Maybe this issue is the bird of another project more opinionated, but not clide