1
0
Fork 0
mirror of https://github.com/tldr-pages/tldr.git synced 2025-07-06 18:55:26 +02:00
tldr/pages/common/raco.md
Managor 23340cc6e0
common/*: reduce usage of "command-line" (part 1) (#16949)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
Co-authored-by: Lena <126529524+acuteenvy@users.noreply.github.com>
2025-06-29 11:48:18 +03:00

573 B

raco

Racket tools. More information: https://docs.racket-lang.org/raco/.

  • 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