1.1.0 • Published 2 years ago

@innofake/merge-index v1.1.0

Weekly downloads
-
License
ISC
Repository
-
Last release
2 years ago

@innofake/merge-index

Merge Index is a tool that allows generating a single js file that re-exports all other js or ts index files in a specified directory.

Install

npm i -D @innofake/merge-index

Usage

merge-index

Options

Command/optionTypeDescriptionExample
--dirstringPath to directory with js and/or index file(s)--dir "dist"
--outstringFile name for generated export js file--out "index.js"