Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 1 month ago
JSON representation

Install npm packages with yarn

Awesome Lists containing this project

README

        

Welcome to dotbot-yarn



Version

License: MIT


Twitter: duranzno_dev

> Install npm apps with dotbot and yarn
## Prerequirements

This 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)_