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

clasp-js

Package Overview
Dependencies
Maintainers
1
Versions
8
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

clasp-js

CLASP for JavaScript

latest
npmnpm
Version
0.4.0
Version published
Maintainers
1
Created
Source

CLASP.js

Command-Line Argument Sorting and Parsing, for JavaScript

Table of Contents

  • Summary
  • Introduction
  • Installation & usage
  • Components
  • Examples
  • Project Information

Summary

CLASP stands for Command-Line Argument Sorting and Parsing. The first CLASP library was a C library with a C++ wrapper. There have been several implementations in other languages. CLASP.js is the JavaScript version.

Introduction

T.B.C.

Installation & usage

Install using npm install clasp-js.

Use it via require('clasp-js').

The name

NOTE: the name clasp-js follows NPM's package-name rules, but breaks with one of the tips - the one about not including js or node in the name - because there are multiple CLASP libraries, and there already exists a clasp package in NPM.

Components

T.B.C.

Examples

Examples are provided in the examples directory, along with a markdown description for each. A detailed list TOC of them is provided in EXAMPLES.md.

Project Information

Where to get help

GitHub Page

Contribution guidelines

Defect reports, feature requests, and pull requests are welcome on https://github.com/synesissoftware/CLASP.js.

Dependencies

License

CLASP.js is released under the 3-clause BSD license. See LICENSE for details.

Keywords

CLASP

FAQs

Package last updated on 12 May 2025

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