dashargs

Simple package for parsing command line style arguments

OTHER License

Stars
4
dashargs - 4.1.6 Latest Release

Published by ghostdevv over 1 year ago

What's Changed

New Contributors

Full Changelog: https://github.com/ghostdevv/dashargs/compare/v4.1.5...v4.1.6

dashargs - 4.1.5

Published by ghostdevv almost 3 years ago

Changes

  • FIX cjs issue with named imports
dashargs - 4.1.4

Published by ghostdevv almost 3 years ago

Changes

  • FIX re-enabled package-lock
  • FIX exports
dashargs - 4.1.3

Published by ghostdevv almost 4 years ago

  • Update argv method to improve argv sanitizing
dashargs - 4.1.2

Published by ghostdevv almost 4 years ago

  • DashArgs#has now has the ability to accept multiple keys
dashargs - 4.0.2

Published by ghostdevv almost 4 years ago

  • Fixed an issue with strip method not working as expected
dashargs - 4.0.1

Published by ghostdevv almost 4 years ago

  • Refactor of the strip method
dashargs - 4.0.0

Published by ghostdevv almost 4 years ago

Dashargs 4.0.0 is here, over a month and 131 commits later, here are the changes:

  • Proper tests
  • Minor bug fixes
  • General code refactor
  • New Parser
  • Prefix support
  • Strip method
  • typeFix renamed to typeCoerce
  • Argv method
  • New readme
  • JSDoc
  • Typescript support
  • ES Module support
  • License changed to MIT
  • Better CI
  • Better CD
  • Better code formatting
  • Examples