Gathering detailed insights and metrics for sendak-usage
Gathering detailed insights and metrics for sendak-usage
Gathering detailed insights and metrics for sendak-usage
Gathering detailed insights and metrics for sendak-usage
npm install sendak-usage
Typescript
Module System
NPM Version
71.3
Supply Chain
75.1
Quality
74.5
Maintenance
100
Vulnerability
99.3
License
JavaScript (100%)
Total Downloads
0
Last Day
0
Last Week
0
Last Month
0
Last Year
0
NOASSERTION License
1 Stars
30 Commits
6 Forks
4 Watchers
3 Branches
2 Contributors
Updated on Jan 28, 2023
Latest Version
0.0.10
Package Id
sendak-usage@0.0.10
Size
3.93 kB
NPM Version
2.0.0-alpha-5
Cumulative downloads
Total Downloads
Last Day
0%
NaN
Compared to previous day
Last Week
0%
NaN
Compared to previous week
Last Month
0%
NaN
Compared to previous month
Last Year
0%
NaN
Compared to previous year
It became clear after writing the bulk of Sendak's command-line components
that a common "header" accompanied each task that included the command-line
options, their long- and short- arguments, defaults, and descriptions, from
which nopt-usage
would generate a "usage" statement and nopt
would do the
actual parsedown into a hash.
But this was big and sprawling and when @konklone said to me that he uses
minimist
, I was peeved because I wanted to be able to switch and realised I
had coded myself into this nopt
and nopt-usage
-shaped corner where I could
not just forklift in minimist
if I wanted to.
Accordingly I wrote this tiny package to abstract away the command-line parser
I am using with usage stuff into a single hash so that I am not dependent on
the vagaries of other packages (ahem, looking at you, nopt-usage
…)
that may or may not be actually maintained.
It is published here primarily so that Sendak can require it, but you should feel comfortable that it will continue to be maintained for at least as long as Sendak is if it is useful to you.
From the original issue:
var parsed = require( 'sendak-usage' ).parse( {
// This is a full argument declaration
//
'help': {
'long-args': [ 'help', 'halp' ],
'description': 'sets the helpful bit',
'short-args': [ 'h' ],
'default': false
'type': [ Boolean ]
},
// But all you need to do is specify the type of argument you want.
//
'long-arg-name': { 'type': [ Boolean ] }
} );
No vulnerabilities found.
Reason
no binaries found in the repo
Reason
0 existing vulnerabilities detected
Reason
license file detected
Details
Reason
Found 0/26 approved changesets -- score normalized to 0
Reason
project is archived
Details
Reason
no effort to earn an OpenSSF best practices badge detected
Reason
project is not fuzzed
Details
Reason
branch protection not enabled on development/release branches
Details
Reason
security policy file not detected
Details
Reason
SAST tool is not run on all commits -- score normalized to 0
Details
Score
Last Scanned on 2025-07-07
The Open Source Security Foundation is a cross-industry collaboration to improve the security of open source software (OSS). The Scorecard provides security health metrics for open source projects.
Learn More