Skip to content

DannyBen/runfile-tasks

Repository files navigation

Runfile Tasks

repocard

A library of tasks ready to be included in your Runfile.

Install

Manually:

$ gem install runfile-tasks

With bundler:

gem 'runfile-tasks'

Usage

In your Runfile, use the import_gem directive to require any of the runfiles:

title 'My Runfile'

# commands for building and publishing your gem
import_gem 'runfile-tasks/gem'
# or without publish/yank actions
import_gem 'runfile-tasks/gem', private: true
# or with publishing to github packages
import_gem 'runfile-tasks/gem', github_package_user: 'your-user-or-org'

# commands for building and publishing your Dockerfile
import_gem 'runfile-tasks/docker', image: 'my/image', version: '1.2.3'

About

A library of tasks ready to be included in your Runfile

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages