Command-line option parser
Declarative CLI parsing for node apps
Docopt clone
Babel helper for ensuring that access to a given value is performed through simple accesses
Simple update notifier to check for npm updates for cli applications
Simplest way to make http get requests. Supports HTTPS, redirects, gzip/deflate, streams in < 100 lines.
Super-minimalist version of `concat-stream`. Less than 15 lines!
Simply swizzle your arguments
A small set of utilities for streams.
Node.js CORS middleware
A small set of utilities for child process.
Simple GIT interface for node.js
Simple yet powerful framework for building command-line apps.
Simple, EventEmitter API for WebSockets (browser)
Easy autofixable import sorting
A wrapper utility for interacting with plist data.
yargs the modern, pirate-themed, successor to optimist.
Simplified JS/TS implementation of wcswidth() written by Markus Kuhn in C
Simple Statistics
Markdown-it - modern pluggable markdown parser.
GitHub GraphQL API client for browsers and Node
JS type check (TypeScript supported) functions like `isPlainObject() isArray()` etc. A simple & small integration.
node-simple-lru-cache =====================
Convert XML to JSON - Fast & Simple
OptParse-Simple parses command-line arguments and returns them as a hash.
a partial reimplementation of OptionParser
Wraps Optparser into a class to enable thor-like scripting with a few meta-methods and a built-in command or action dispatcher. Its much smaller than Thor and aimed at saving time when scripting with Optparser.
As a huge fan of optparse due to its flexibility, self-documenting nature, and ease of use, I nevertheless found myself doing almost the exact same thing with it over and over again, and decided to write a thin wrapper around it to handle the common cases. Thus CoolOptions was born. CoolOptions is a simple wrapper around optparse that provides less configuration and more convenience for doing command-line option handling.