@ainc/args
TypeScript icon, indicating that this package has built-in type declarations

0.0.106 • Public • Published

@anic/args

args

Install

$ yarn add @anic/args

Usage

import args from '@anic/args';

args.alias('c', 'config')
    .alias('p', 'port)
    .boolean('open')
    .number('port')
    .default('port', 3000);

console.log(args.argv);

Readme

Keywords

none

Package Sidebar

Install

npm i @ainc/args

Weekly Downloads

0

Version

0.0.106

License

MIT

Unpacked Size

17.1 kB

Total Files

16

Last publish

Collaborators

  • absock
  • edonet