https://github.com/sheerun/bower-away
A tool for migrating away from Bower (to Yarn)
https://github.com/sheerun/bower-away
bower migrate yarn
Last synced: 10 days ago
JSON representation
A tool for migrating away from Bower (to Yarn)
- Host: GitHub
- URL: https://github.com/sheerun/bower-away
- Owner: sheerun
- Created: 2017-07-10T16:57:57.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T10:12:57.000Z (over 7 years ago)
- Last Synced: 2025-04-13T08:19:47.115Z (10 days ago)
- Topics: bower, migrate, yarn
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 306
- Watchers: 10
- Forks: 20
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bower-away [](https://github.com/sheerun/modern-node)
Convert your project from [Bower](https://bower.io/) to [Yarn](https://yarnpkg.com). Read about how it works at [Bower blog](https://bower.io/blog/2017/how-to-migrate-away-from-bower/).
## Usage
```sh
yarn global add bower-away # or "npm install -g bower-away"
bower-away # listen and repeat!
```## Edge cases
If your Bower project depended on single resource as follows:
```
"dependencies": {
"analytics": "https://www.google-analytics.com/analytics.js"
}
```It is recommended that you download this file directly into your project, so it doesn't change across time.
## License
MIT