Registry / build-tool / detroit

detroit

JSON →
library0.4.0rbrubygemsunverified

An advanced lifecycle build system where build tasks are user-defined service instances tied to stops along a track.

gem install detroit
INSTALL
IMPORT
SIG · DETROIT
D
detroit
build-toolrubyv0.4.0
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

Detroit
require 'detroit'

Define and run a simple build track

require 'detroit' # Define a track and run it (example assumes a configured track) Detroit::Track.new(:default) do |t| t.station(:compile) { puts 'Compiling...' } t.station(:test) { puts 'Testing...' } end.run
Debug
Known issues

No known issues recorded.

Upgrade
Version history
0.4.0latest on RubyGems
Audit
Dependencies

No dependency data recorded yet.

Agent activity
14 hits · last 30 days
node
12
OpenAI (training)
1
Resources
detroit — gem install detroit · libregistry