0.0
No commit activity in last 3 years
No release in over 3 years
Custom tool plugin for Detroit build system. Allows any procedure to be run at any point in the assembly.
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.4.0
 Project Readme

Detroit Custom Tool

Website / Report Issue / Development

Build Status Gem Version     Flattr Me

About

The Custom tool provides the means for any procedure to run at any point in a toolchain's assembly.

To use, simply provide the procedure as Ruby code within an entry corresponding to the assembly station under which it should run.

hello:
  tool: custom
  document: |
    puts "Hello world!"

Install

Per the usual gem install process:

$ gem install detroit-custom

Or place detroit-custom in one's Gemfile.

Legal

Detroit Custom

Copyright (c) 2014 Rubyworks

This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License for more details.

See LICENSE.txt for details.