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

Latest commit

 

History

History
47 lines (36 loc) · 613 Bytes

README.md

File metadata and controls

47 lines (36 loc) · 613 Bytes

bot-motoko-tachikoma

Sample for tachikoma

Use tachikoma as gem

 /Gemfile
source 'https://rubygems.org'
gem 'tachikoma'
 /.gitignore
/repos/*
!/repos/.gitkeep
 /Rakefile
require 'bundler/setup'
require 'tachikoma/tasks'
# Add your yaml file to data/YOUR.yaml

Then,

$ BUILD_FOR=foo \
  TOKEN_FOO=foo \
  bundle exec rake tachikoma:run_bundle

If you use carton,

$ BUILD_FOR=cpanmetadb-perl \
TOKEN_CPANMETADB_PERL=github-access-token \
bundle exec rake tachikoma:run_carton

It works!