Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gangstead/comder
Workshopper for commander.js
https://github.com/gangstead/comder
Last synced: 2 months ago
JSON representation
Workshopper for commander.js
- Host: GitHub
- URL: https://github.com/gangstead/comder
- Owner: gangstead
- License: other
- Created: 2015-04-24T16:22:12.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-11-03T20:17:02.000Z (about 9 years ago)
- Last Synced: 2024-10-05T00:21:04.419Z (3 months ago)
- Language: JavaScript
- Size: 349 KB
- Stars: 7
- Watchers: 7
- Forks: 2
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Come and commandeer the commander library with Comder
**Intro to command line interface library [commander.js](https://github.com/tj/commander.js) via a set of self-guided workshops.**[![NPM](https://nodei.co/npm/comder.png?downloads=true&&downloadRank=true&stars=true)](https://nodei.co/npm/comder/) [![NPM](https://nodei.co/npm-dl/comder.png?months=3&height=3)](https://nodei.co/npm/comder/)
[![Join the chat at https://gitter.im/gangstead/comder](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/gangstead/comder?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge)
#### You've found a work in progress.
I'm looking for help adding exercises, all pull requests considered. Some ideas for future exercises:Pithy name | Description
---------- | -----------
OPTION_ME | Create options with short flags (`-o`) and long names ('--option'), should be easy
FEEL_THE_COERCION | Pull a variable from an option
EXPRESSION_REGULAR | Use regex to make sure option variables fit an expected form
VARIADIC_ARGUMENTS | (Name not pithy enough) The last argument can be variadic
COMDER_COMMANDS | Git-style sub-commands
COMMAND_ACTION | Register a callback function for a command![Comder menu](https://raw.github.com/gangstead/comder/master/comder.png)
1. Install [Node.js](http://nodejs.org/)
2. Run `npm install comder -g`
3. Run `comder`
comder
will run through a series of Node.js workshops. Starting at a basic `basic concept palceholder` and moving on to `list of concepts placeholder`.### Contributors
comder
is brought to you by the following hackers:Steven GangsteadGitHub/gangsteadTwitter/@gangstead
Thom RichardsonGitHub/Enmadaio
BurinGitHub/burinTwitter/@burin
Sam SimmonsGitHub/samiconductorTwitter/@samiconductor## License
**comder** is Copyright (c) 2015 comder contributors (listed above) and licenced under the MIT licence. All rights not explicitly granted in the MIT license are reserved. See the included LICENSE.md file for more details.
**comder** is based off of **[learnyounode](https://github.com/workshopper/learnyounode)** and other workshoppers that it builds off of. It is designed to be used during [Nodeschool](http://nodeschool.io) events.
**comder** is made at the [Nodeschool Dallas](http://nodeschool.io/dallas/) meetup.