New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@swim/args

Package Overview
Dependencies
Maintainers
1
Versions
35
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@swim/args

Composable command line argument parser

Source
npmnpm
Version
3.11.1
Version published
Maintainers
1
Created
Source

@swim/args

package documentation chat

@swim/args implements a composable command-line argument parser.



Overview

TODO

Installation

npm

For an npm-managed project, npm install @swim/args to make it a dependency. TypeScript sources will be installed into node_modules/@swim/args/main. Transpiled JavaScript and TypeScript definition files install into node_modules/@swim/args/lib/main. And a pre-built UMD script can be found in node_modules/@swim/args/dist/main/swim-args.js.

Usage

ES6/TypeScript

@swim/args can be imported as an ES6 module from TypeScript and other ES6-compatible environments.

import * as args from "@swim/args";

CommonJS/Node.js

@swim/args can also be used as a CommonJS module in Node.js applications.

var args = require("@swim/args");

FAQs

Package last updated on 17 Aug 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts