bower-migrate
v0.0.2
Published
Migrate packages from bower.json to package.json
Downloads
87
Readme
bower-migrate
Migrate packages from bower.json to package.json
Install
npm install -g bower-migrate
Use
cd
into any project root where you are currently using Bower.
npm init
bower-migrate
bower-migrate
will prompt you to overwrite the package entry in package.json
if it already exists.
MIT © Kevin Lanni