Skip to content
This repository has been archived by the owner on Mar 10, 2023. It is now read-only.

alepee/mina-yarn

Repository files navigation

Mina::Yarn

Yarn plugin for mina

Installation

Add this line to your application's Gemfile:

gem 'mina-yarn'

And then execute:

$ bundle

Or install it yourself as:

$ gem install mina-yarn

Usage

require 'mina/yarn'
task :deploy => :environment do
    deploy do
        ...
        invoke 'yarn:install'
        ...
    end
end

Configuration

set :yarn_bin # default: 'yarn'
set :yarn_options # default: '--production'

Contributing

Bug reports and pull requests are welcome on GitHub at https://github.com/alepee/mina-yarn. This project is intended to be a safe, welcoming space for collaboration, and contributors are expected to adhere to the Contributor Covenant code of conduct.

License

The gem is available as open source under the terms of the MIT License.

About

Yarn tasks for mina

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages