raco - Man Page
the RAcket COmmand-line tool
Examples (TL;DR)
- Install a package, automatically installing dependencies:
raco pkg install --auto package_source
- Install the current directory as a package:
raco pkg install
- Build (or rebuild) bytecode, documentation, executables, and metadata indexes for collections:
raco setup collection1 collection2 ...
- Run tests in files:
raco test path/to/tests1.rkt path/to/tests2.rkt ...
- Search local documentation:
raco docs search_terms ...
- Display help:
raco help
Synopsis
raco [ option ... ] [ argument ... ]
Description
raco performs various tasks related to the Racket language, such as finding documentation, compiling Racket source to bytecode, packaging executables, and packaging installable archives.
Run
raco help
for a list of subcommands.
More Information
For further information, run
raco docs
to open installed documentation in your web browser.
Alternately, consult the on-line documentation and other information available at
Author
raco was implemented by PLT.
See Also
Referenced By
drracket(1), gracket(1), mzc(1), plt-help(1), racket(1), setup-plt(1).
May 2010