
raco
List of commands for raco:
-
raco:tldr:6e3bb raco: Run tests in files.$ raco test ${path-to-tests1-rkt path-to-tests2-rkt ---}try on your machineexplain this command
-
raco:tldr:8bb34 raco: Install a package, automatically installing dependencies.$ raco pkg install --auto ${package_source}try on your machineexplain this command
-
raco:tldr:bcdcd raco: Search local documentation.$ raco docs ${search_terms ---}try on your machineexplain this command
-
raco:tldr:d1661 raco: Install the current directory as a package.$ raco pkg installtry on your machineexplain this command
-
raco:tldr:d6a83 raco: Build (or rebuild) bytecode, documentation, executables, and metadata indexes for collections.$ raco setup ${collection1 collection2 ---}try on your machineexplain this command