1.0.4 • Published 6 years ago

bower-to-yarn v1.0.4

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

Bower to yarn

A simple tool for moving bower dependencies to yarn or npm.
Made for my own special use-case. Maybe it will help you to? :tada:


Installation

$ yarn global add bower-to-yarn

Usage

In the root of your chosen project:

$ bower-to-yarn

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
1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago