Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 

README.md

techscript_cli

The command-line interface entry point compile target (tech) for TechScript 2.0.

Commands

  • tech run <file.txs>: Execute scripts.
  • tech repl: Interactive shell loop.
  • tech check <file.txs>: Analyze code syntax and scoping.
  • tech fmt <file.txs>: Reformat code files.
  • tech lint <file.txs> --fix: Search and correct deprecated keyword bindings.
  • tech test [dir]: Discover and execute tests.
  • tech new <name>: Create directories layouts.