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

sanemat/bot-motoko-tachikoma

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages