Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 24 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 (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-01T10:12:57.000Z (almost 7 years ago)
- Last Synced: 2024-09-30T16:33:19.167Z (about 1 month ago)
- Topics: bower, migrate, yarn
- Language: JavaScript
- Homepage:
- Size: 77.1 KB
- Stars: 307
- Watchers: 11
- Forks: 20
- Open Issues: 19
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# bower-away [![Modern Node](https://img.shields.io/badge/modern-node-9BB48F.svg)](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