Skip to content

Install npm packages with yarn

License

Notifications You must be signed in to change notification settings

Duranzno/dotbot-yarn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Welcome to dotbot-yarn

Version License: MIT Twitter: duranzno_dev

Install npm apps with dotbot and yarn

Prerequirements

This plugin requires dotbot to be installed.

Also, at runtime this plugin requires yarn command to be installed.

Installation

  1. Run:
git submodule add https://github.com/duranzno/dotbot-yarn.git
  1. Modify your ./install with new plugin directory:
"${BASEDIR}/${DOTBOT_DIR}/${DOTBOT_BIN}" -d "${BASEDIR}" -p "${BASEDIR}/dotbot-yarn/yarn.py"  -c "${CONFIG}" "${@}"

Usage

Add required options to your install.conf.yaml:

- yarn:
  - create-react-app
  - heroku
  - firebase-tools

License

MIT. See LICENSE for more details.

Author

👤 Alejandro Duran

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator