1.0.1 • Published 1 year ago

@igor.dvlpr/hybridize v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

🧬 Hybridize ⚡

🧬 Hybridize is a simple CLI that I use internally as a part of my 🤖 Modern Module 🌠 project and 🌈 Robby ☄️ - another CLI tool, both are used for providing support for hybrid modules (CommonJS + ES modules) until ES modules become a standard. ⚡

If you find any use for it as a standalone module, feel free to use it. 😄☝

Usage

npm i -D "@igor.dvlpr/hybridize"

Use it in your scripts, as e.g.

 hybridize --out "./dist/module" --module esm --overwrite

Use

hybridize --help

to get all available options and flags.