0.0.1-beta.2 ā€¢ Published 6 months ago

kiwo v0.0.1-beta.2

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

šŸ“¦ 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