Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Duranzno/dotbot-yarn
Install npm packages with yarn
https://github.com/Duranzno/dotbot-yarn
dotbot dotbot-npm dotbot-plugin dotfiles dotfiles-manager js linux npm npm-install yarn
Last synced: 3 months ago
JSON representation
Install npm packages with yarn
- Host: GitHub
- URL: https://github.com/Duranzno/dotbot-yarn
- Owner: Duranzno
- License: mit
- Created: 2020-08-17T00:08:57.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2020-08-17T01:05:10.000Z (about 4 years ago)
- Last Synced: 2024-05-28T04:08:18.653Z (6 months ago)
- Topics: dotbot, dotbot-npm, dotbot-plugin, dotfiles, dotfiles-manager, js, linux, npm, npm-install, yarn
- Language: Python
- Homepage:
- Size: 3.91 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- jimsghstars - Duranzno/dotbot-yarn - Install npm packages with yarn (Python)
README
Welcome to dotbot-yarn
> Install npm apps with dotbot and yarn
## PrerequirementsThis plugin requires [`dotbot`](https://github.com/anishathalye/dotbot/) to be installed.
Also, at runtime this plugin requires `yarn` command to be installed.
## Installation
1. Run:
```bash
git submodule add https://github.com/duranzno/dotbot-yarn.git
```2. Modify your `./install` with new plugin directory:
```bash
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -p "${BASEDIR}/dotbot-yarn/yarn.py" -c "${CONFIG}" "${@}"
```## Usage
Add required options to your [`install.conf.yaml`](/example.yaml):
```yaml
- yarn:
- create-react-app
- heroku
- firebase-tools
```## License
MIT. See [LICENSE](/LICENSE) for more details.
## Author
👤 **Alejandro Duran**
* Website: https://duranzno.now.sh
* Twitter: [@duranzno\_dev](https://twitter.com/duranzno\_dev)
* Github: [@duranzno\_](https://github.com/duranzno)
* LinkedIn: [@duranzno](https://linkedin.com/in/duranzno)## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_