Displaying 1 to 20 from 56 results

commander.js - node.js command-line interfaces made easy

  •    Javascript

Options with commander are defined with the .option() method, also serving as documentation for the options. The example below parses args and options from process.argv, leaving remaining args as the program.args array which were not consumed by options.Short flags may be passed as a single arg, for example -abc is equivalent to -a -b -c. Multi-word options such as "--template-engine" are camel-cased, becoming program.templateEngine etc.

yargs - yargs the modern, pirate-themed successor to optimist.

  •    Javascript

Having problems? want to contribute? join our community slack.Yargs be a node.js library fer hearties tryin' ter parse optstrings.

node-optimist - Light-weight option parsing for node.js

  •    Javascript

I don't want to maintain this module anymore since I just use minimist, the argument parsing engine, directly instead nowadays.See yargs for the modern, pirate-themed successor to optimist.




F# 3.0 Sample Pack

  •    

F# 3.0 sample package present more than 200 samples covers from high leve system design to low level bitwise operation.


node-ib - Interactive Brokers TWS API client library for Node.js

  •    Java

ib is Interactive Brokers TWS (or IB Gateway) API client library for Node.js. This is a direct port of Interactive Brokers' official Java client. There is no C++/Java library dependency. It makes a socket connection to TWS (or IB Gateway) using the net module, and all messages are entirely processed in JavaScript. It uses EventEmitter to pass the result back to user.

maybe - Maybe is a type that wraps optional values

  •    Javascript

Maybe is a type that wraps optional values. It can either be a Just (has some value) or a Nothing (has no value). In JavaScript, it is a better way of handling null and undefined. Instead of writing an if statement, ternary expression, or && shorthand to check if a value is present you can just map over it instead and assign the result of this expression or return it. You can also chain operations together, often leading to much cleaner code.

searchSelect

  •    JQuery

jQuery plugin for searchable and scrollable select lists while keeping default button style.

ltcdr - like commander, but accepting pull requests

  •    Javascript

the complete solution for node.js command-line programs

node-dashdash - A light, featureful and explicit option parsing library for node.js.

  •    Javascript

A light, featureful and explicit option parsing library for node.js.Why another one? See below. tl;dr: The others I've tried are one of too loosey goosey (not explicit), too big/too many deps, or ill specified. YMMV.

yargs-parser - :muscle: the mighty option parser used by yargs

  •    Javascript

The mighty option parser used by yargs.visit the yargs website for more examples, and thorough usage instructions.






We have large collection of open source products. Follow the tags from Tag Cloud >>


Open source products are scattered around the web. Please provide information about the open source projects you own / you use. Add Projects.