1.0.3 • Published 6 years ago

boweryarn v1.0.3

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Bower->Yarn

A simple tool for moving bower dependencies to yarn or npm.
Forked from https://github.com/DinkDonk/bower-to-yarn for personal use.


Installation

$ yarn global add boweryarn

Usage

In the root of your chosen project:

$ boweryarn

Options

OptionDescriptionDefault
--versionShow version number
--helpShow help
--config, -cThe path to the config.yaml file
--package-name-prefix, -pString to inject as a prefix to the package name in package.json
--bower-file, -iThe path to the bower.json file./bower.json
--package-file, -oThe path to the package.json file./package.json
--overwrite-duplicatesIf set to true, duplicate dependecies will resolve to the dependency defined in bower.jsonfalse