Generates code snippets for a postman collection
JavaScript's answer to getopts. Simple, obvious, and direct.
Amazingly fast, feature-rich, lightweight WAMP Javascript client (for browser and node.js)
Capacitor plugin for Firebase App.
Copy updated baseline screenshots to your layout testing project
Api de proveedores de gestión de datos: Firebase, AWS... para intregrar en proyectos webapp de Pleg
Node.js SDK for Phase
JSON:API client
[](https://badge.fury.io/js/@typescript-error%2Fcore) [](https://github.com/Tada5hi/typescript-er
The Source Code For Depack's JavaScript API.
a keep-alive agent for http and https
<picture> <source media="(prefers-color-scheme: dark)" srcset="https://raw.githubusercontent.com/wevm/webauthx/refs/heads/main/.github/banner-dark.svg"> <source media="(prefers-color-scheme: light)" srcset="https://raw.githubusercontent.com/wevm/webau
Highcharts pattern fill plugin for Highcharts 4. For Highcharts 3.x, the pattern fill version 1.0.x was used.
Octelium Protobuf APIs
A plugin system to compose JavaScript classes
Graffy client library for the browser, usin the `fetch()` or `WebSocket` APIs. This module is intended to be used with a Node.js server running Graffy Server.
Plugin base class, use it to create your own plugin
Common functionality package for ffc-grants
Библиотека для работы с API сервиса МойСклад
Utils to support creation of rollup plugins.
TypeScript definitions for encoding-down
Core interlinked-svcs lib for connecting to firebase services.
Aigens SDK preferences
antd的select增强版.
A POSIX style getopt parser for Rust
A simple, getopt-style command-line argument parser for Rust. - (YAGP).
Just a getopt-like command-line option parser
Zero dependency strict command line argument parser
Rust cli options parsing library inspired by Perl's Getopt::Long
Zero dependency command line argument parser
A minimal BSD-style getopt implementation in Rust
Use macros to cleanly define getopts options
Just as getopt_long in glibc. Dependence is nothing.
Get command line options.
Argument parser inspired by Perl's Getopt::Long
getopts-like option parsing
Yet another command line option parser in Ruby, based on Perl's Getopt::Long module.
Ruby option parser based on Perl’s Getopt::Long
The getopt library provides two different command line option parsers. They are meant as easier and more convenient replacements for the command line parsers that ship as part of the Ruby standard library. Please see the README for additional comments.
rather traditional getopt()
Another implementation of an option processor.
Yaggo defines a DSL to generate GNU compatible command line parsers for C++ using getopt.
Optout helps you write code that will call exec() and system() like functions. It allows you to map hash keys to command line arguments and define validation rules that must be met before the command line options are created.
Another implementation of an option processor.
You've seen Getopt::Long, OptionParser, Thor? What the world needs now is one more command-line parser. This serves as a backend command line parser that passes the option-parsing portion of it off to OptionParser, Trollop, or any other option-parser that has an adapter[^adapter]. But the parts it *does* do are really exciting: It features arbitrarily deeply nested subcommands, optionally colorized help screens with smart formatting, automatically generated usage syntaxes, manpage generation[^maybe2], lazy-loading of subcommands, and (get this:) you can turn your command line app into a web app. (is processing a form then displaying a record really that different from CLI that does the same?)[^maybe3]