Sha256: 4f6185455b68c7ca4ff99548601351d6e3704d8ff7beb0864a572237d2a449f1
Contents?: true
Size: 1.53 KB
Versions: 3
Compression:
Stored size: 1.53 KB
Contents
.\" generated with Ronn/v0.7.3 .\" http://github.com/rtomayko/ronn/tree/0.7.3 . .TH "ZEUS" "1" "September 2012" "" "" . .SH "NAME" \fBzeus\fR \- preload development tasks for slow codebases . .SH "SYNOPSIS" \fBzeus\fR [\-\-no\-color] COMMAND [ARGS] . .SH "DESCRIPTION" Zeus makes working with large codebases much less painful\. . .P It is primarily targeted at ruby and other dynamic languages, where application boot time can be tens of seconds, but it can be made to work for nearly any language\. However, zeus does not work well with multithreaded applications\. It relies heavily on \fBfork(2)\fR, which is largely incompatible with multithreaded systems\. . .P Zeus lets you define common tasks, and preloads all of them in the background\. When you ask to run them, zeus transparently connects your terminal to the already\-running process in milliseconds\. . .P This lets you, for example, run unit tests in dozens of milliseconds, rather than dozens of seconds\. . .P Zeus also optionally monitors all files loaded by your application, and restarts as much of it as is necessary when a dependency changes\. . .P To use zeus with a Ruby on Rails application, install the gem \'\fBzeus\-rails\fR\'\. . .SH "OPTIONS" . .TP \fB\-\-no\-color\fR Prints all output without color . .SH "BUILTIN COMMANDS" . .TP zeus start(1) \fIzeus\-start\.1\.html\fR Start a zeus server in the current directory using \fBzeus\.json\fR . .TP zeus init(1) \fIzeus\-init\.1\.html\fR Generate a template zeus\.json . .TP \fBzeus commands(1)\fR List the commands defined by zeus\.json
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
zeus-0.10.0.pre3 | man/build/zeus |
zeus-0.10.0.pre2 | man/build/zeus |
zeus-0.10.0.pre | man/build/zeus |