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

@toolbarthomas/argumentje

Package Overview
Dependencies
Maintainers
1
Versions
10
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@toolbarthomas/argumentje

Simple Command Line Interface parser for Node.js

latest
Source
npmnpm
Version
0.5.0
Version published
Maintainers
1
Created
Source

Argumentje

Argumentje is a lightweight alternative for parsing command line arguments

Getting started

You can install this package via NPM, we assume Node.js is installed.

$ npm install @toolbarthomas/argumentje

Setup

  // $ node ./index.js --minify --path=foo --debug=false

  import { parse } from '@toolbarthomas/argumentje'

  const args = parse()

  // Output: { debug: false, minify: true, path: "foo" }

Keywords

argv

FAQs

Package last updated on 20 Jan 2026

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