sade-esm-cli
v1.0.4
Published
Unbundled ESM-only fork of sade cli building tool v1.8.1
Readme
sade-esm-cli
Unbundled ESM-only fork of the hard to beat sade cli building tool v1.8.1
Contains the original sade code, but packaged unbundled as ESM only and with a clearer name containing the keyword "cli".
For documentation see the original sade.
This fork is meant to be used if you already know sade.
Details
The original sade 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 sade
- your own bundling may be more efficient with a not already bundled import
License
- MIT (see LICENSE.txt)
- including sade: MIT © Luke Edwards
References
sade
- npmx.dev: https://npmx.dev/package/sade
- npm registry: https://npmjs.com/package/sade
- repo: https://github.com/lukeed/sade
