minimist

v1.2.8
parse argument options
argv getopt parser optimist

prepack

npmignore --auto --commentLines=auto

prepublishOnly

safe-publish-latest

prepublish

not-in-publish || npm run prepublishOnly

lint

eslint --ext=js,mjs .

pretest

npm run lint

tests-only

nyc tape 'test/**/*.js'

test

npm run tests-only

posttest

aud --production

version

auto-changelog && git add CHANGELOG.md

postversion

auto-changelog && git add CHANGELOG.md && git commit --no-edit --amend && git tag -f "v$(node -e "console.log(require('./package.json').version)")"

Metadata

  • MIT
  • Whatever
  • James Halliday
  • released 2/9/2023

Downloads