sanemat / bot-motoko-tachikoma

Sample for tachikoma

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

About

Sample for tachikoma


Languages

Language:Ruby 100.0%