geis-cli
TypeScript icon, indicating that this package has built-in type declarations

0.30.11 • Public • Published

@geis-lang/cli

> TODO: description

oclif Version Downloads/week License

Usage

$ npm install -g geis-cli
$ geis COMMAND
running command...
$ geis (-v|--version|version)
geis-cli/0.30.11 linux-x64 node-v15.12.0
$ geis --help [COMMAND]
USAGE
  $ geis COMMAND
...

Commands

geis eval [SOURCE]

evaluate inline source expressions

USAGE
  $ geis eval [SOURCE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ cli eval eval world from ./src/eval.ts!

geis help [COMMAND]

display help for geis

USAGE
  $ geis help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

geis repl [FILE]

start the interactive REPL environment

USAGE
  $ geis repl [FILE]

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ cli repl repl world from ./src/repl.ts!

geis run PATH

compile and execute a file

USAGE
  $ geis run PATH

OPTIONS
  -f, --force
  -h, --help       show CLI help
  -n, --name=name  name to print

EXAMPLE
  $ cli eval eval world from ./src/eval.ts!

Readme

Keywords

Package Sidebar

Install

npm i geis-cli

Weekly Downloads

0

Version

0.30.11

License

MIT

Unpacked Size

6.01 kB

Total Files

5

Last publish

Collaborators

  • madsh