kiwo
v0.0.1-beta.2
Published
package.json module manager
Downloads
2
Readme
📦 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