codepath / nodejs_guides

Comprehensive open-source Node.js guides
76 stars 19 forks source link

CLI #6

Closed CrabDude closed 9 years ago

CrabDude commented 9 years ago

What success looks like: Succinctness and clarity. Less is more. Reference Wikis: Authentication & Authorization, Setup

Open separate issues for required links to community sources if you're having trouble finding any.

Please assign to yourself before working on this. /cc @NinjaSudo @philster @azoff @DiyahM

DiyahM commented 9 years ago

This task mentions adding necessary information to complete the prework. Where's the prework located?

nesquena commented 9 years ago

http://courses.codepath.com/snippets/intro_to_nodejs/prework @DiyahM

DiyahM commented 9 years ago

The CLI guide appears to be pretty complete to support the prework. Let me know if there are more sections that I should add.

In the meantime, I added a section on commander. Not sure how much detail to add. Can you check it out and let me know if more detail is needed? https://github.com/codepath/nodejs_guides/wiki/CLI

CrabDude commented 9 years ago

It should have examples. One really complex one that would be difficult or impossible to do with yargs (e.g., variadic parameters) would suffice.

On Tue, Apr 28, 2015 at 4:50 PM, Hadiyah Mujhid notifications@github.com wrote:

The CLI guide appears to be pretty complete to support the prework. Let me know if there are more sections that I should add.

In the meantime, I added a section on commander. Not sure how much detail to add. Can you check it out and let me know if more detail is needed? https://github.com/codepath/nodejs_guides/wiki/CLI

— Reply to this email directly or view it on GitHub https://github.com/codepath/nodejs_guides/issues/6#issuecomment-97266502 .

DiyahM commented 9 years ago

I've added some commander examples. Can you review and let me know if other changes should be made? https://github.com/codepath/nodejs_guides/wiki/CLI

CrabDude commented 9 years ago

LGTM. @DiyahM Thanks for the contributions!