mri-esm-args
v1.0.1
Published
Unbundled ESM-only fork of mri argument parser v1.2.0
Readme
mri-esm-args
Unbundled ESM-only fork of the hard to beat mri argument parser v1.2.0
Contains the original mri code, but packaged unbundled as ESM only and with a clearer name containing the keyword "args".
For documentation see the original mri.
This fork is meant to be used if you already know mri.
Details
The original mri ships as bundled versions for ESM and CommonJS. This fork addresses use cases where
- the CJS version is unused overhead
- you want to have quick code insight also into the imported mri
- your own bundling may be more efficient with a not already bundled import
License
- MIT (see LICENSE.txt)
- including mri: MIT © Luke Edwards
References
mri
- npmx.dev: https://npmx.dev/package/mri
- npm registry: https://npmjs.com/package/mri
- repo: https://github.com/lukeed/mri
