Skip to content

liuseen-l/kiwo

Repository files navigation

⛄ Kiwo

NPM Version NPM Downloads Node Compatibility

A package.json module manager

npx kiwo

or recursively for monorepos

npx kiwo -r

📦 Installation


# kiwo 

pnpm install kiwo -D

🦄 Usage

By default, npx kiwo or npx kiwo move only scans the package.json of the current command execution path

The -R or -r option can scan packages in the current command execution path and in subdirectories

Once we have selected the package we want to work on, we can choose how to move the dependencies, which by default is to move the dependencies to the devdependencies

The -D or -d option can choose move devdependencies to dependencies