All Projects → fubarhouse → ansible-role-yarn

fubarhouse / ansible-role-yarn

Licence: MIT license
Install Yarn via Ansible to Ubuntu and RedHat systems!

Projects that are alternatives of or similar to ansible-role-yarn

Xity Starter
A blog-ready 11ty starter based on PostCSS, with RSS feed and Native Elements!
Stars: ✭ 184 (+820%)
Mutual labels:  yarn
Yalc
Work with yarn/npm packages locally like a boss.
Stars: ✭ 3,155 (+15675%)
Mutual labels:  yarn
introduction-nodejs
Introduction to NodeJS
Stars: ✭ 13 (-35%)
Mutual labels:  yarn
Quickshare
Quick and simple file sharing between different devices.
Stars: ✭ 190 (+850%)
Mutual labels:  yarn
Dialetus Service
API to Informal dictionary for the idiomatic expressions that each Brazilian region It has
Stars: ✭ 202 (+910%)
Mutual labels:  yarn
Core
Native HTML Elements with CSS superpowers. 🕶
Stars: ✭ 237 (+1085%)
Mutual labels:  yarn
Atom Autocomplete Module Import
⚛️ Search & install npm packages from import/require statements.
Stars: ✭ 182 (+810%)
Mutual labels:  yarn
express-starter
ARCHIVED: Please use @neutrinojs/create-project
Stars: ✭ 14 (-30%)
Mutual labels:  yarn
Front End Guide
📚 Study guide and introduction to the modern front end stack.
Stars: ✭ 14,073 (+70265%)
Mutual labels:  yarn
docker-hadoop
Docker image for main Apache Hadoop components (Yarn/Hdfs)
Stars: ✭ 59 (+195%)
Mutual labels:  yarn
My Wallet V3 Frontend
Blockchain Web Wallet Frontend
Stars: ✭ 192 (+860%)
Mutual labels:  yarn
Gulp Webpack Starter
Gulp Webpack Starter - fast static website builder. The starter uses gulp toolkit and webpack bundler. Download to get an awesome development experience!
Stars: ✭ 199 (+895%)
Mutual labels:  yarn
21 Points
❤️ 21-Points Health is an app you can use to monitor your health.
Stars: ✭ 244 (+1120%)
Mutual labels:  yarn
Cheat Sheets
Cheat Sheets 🐭🤖👀
Stars: ✭ 185 (+825%)
Mutual labels:  yarn
Forward-Framework
A killer WordPress theme framework built using underscores, gulp, sass, bourbon neat, bower & browsersync.
Stars: ✭ 23 (+15%)
Mutual labels:  yarn
Jquery.redirect
jQuery Redirect Plugin
Stars: ✭ 182 (+810%)
Mutual labels:  yarn
Yarn Completion
Bash completion for Yarn
Stars: ✭ 210 (+950%)
Mutual labels:  yarn
erupt-web
Erupt 框架前端源码,实现了 erupt 开发过程中零前端代码能力
Stars: ✭ 82 (+310%)
Mutual labels:  yarn
zsh-yarn-completions
Yarn completions for Z-shell that supports yarn workspaces
Stars: ✭ 35 (+75%)
Mutual labels:  yarn
Express Mongoose Es6 Rest Api
💥 A boilerplate application for building RESTful APIs Microservice in Node.js using express and mongoose in ES6 with code coverage and JsonWebToken Authentication
Stars: ✭ 2,811 (+13955%)
Mutual labels:  yarn

Ansible Role: Yarn

Build Status stability-stable Ansible Galaxy MIT licensed

  • Installs Yarn for managing project dependencies.

Requirements

Yarn requires NodeJs v6+, and we recommend installing the role fubarhouse.nodejs prior to yarn.

Role Variables

To install global packages, use the yarn_global_packages array as described below.

Note: both version and upgrade are completely optional, but name is required. Set to [] to ignore this set of tasks.

yarn_global_packages:
- name: gulp 
 version: 3.9.0
 upgrade: yes

To run yarn self-update <version>, set the yarn_version variable.

yarn_version: 0.18.1

To enable a clean install, set yarn_clean_install to true.

yarn_clean_install: false

To specify a custom installation path for binaries, use:

Note: binaries will be found at location {{ yarn_global_path }}/bin

yarn_global_path: /usr/local

To change which shell profiles are configured, change the following array to your needs:

yarn_shell_profiles:
  - .bash_profile

Dependencies

None.

Example Playbook

- hosts: localhost
  roles:
    - fubarhouse.nodejs # optional
    - fubarhouse.yarn

License

MIT / BSD

Author Information

This role was created in 2016 by Karl Hepworth.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].