Skip to main content

Module cli

Module cli 

Source
Expand description

Command-line interface for TypR

Provides the main CLI commands:

  • typr new <name>: Create a new TypR project
  • typr check [file]: Type-check a file or project
  • typr build [file]: Transpile to R
  • typr run [file]: Build and execute
  • typr test: Run tests
  • typr repl: Start interactive REPL
  • typr lsp: Start Language Server Protocol server

Functionsยง

start
Main entry point for the CLI