0.10.4 • Published 3 months ago

@kipper/cli v0.10.4

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
3 months ago

npm.io

Kipper CLI - @kipper/cli

The Kipper programming language (CLI implementation) - Currently in development. No usable/stable versions available

Note that this is a development preview! Stable releases might take until January-March 2022

oclif npm.io Version License Issues

Usage

$ npm install -g @kipper/cli
$ kipper COMMAND
running command...
$ kipper (-v|--version|version)
@kipper/cli/0.5.0-beta.1 win32-x64 node-v16.13.0
$ kipper --help [COMMAND]
USAGE
  $ kipper COMMAND
...
$ npm install -g @kipper/cli
$ kipper COMMAND
running command...
$ kipper (-v|--version|version)
@kipper/cli/0.0.5 win32-x64 node-v16.13.0
$ kipper --help [COMMAND]
USAGE
  $ kipper COMMAND
...

Commands

kipper analyse FILE

Analyses a file and validates its syntax.

USAGE
  $ kipper analyse FILE

ARGUMENTS
  FILE  The file that should be analysed.

OPTIONS
  --encoding=encoding  [default: utf8] The encoding that should be used to read the file (ascii,utf8,utf16le).

See code: src/commands/analyse.ts

kipper compile FILE

Compiles a Kipper source file file into TypeScript.

USAGE
  $ kipper compile FILE

ARGUMENTS
  FILE  The file that should be compiled.

OPTIONS
  --encoding=encoding    [default: utf8] The encoding that should be used to read the file (ascii,utf8,utf16le).

  --outputDir=outputDir  [default: build] The build directory where the compiled files should be placed. If the path
                         does not exist, it will be created.

See code: src/commands/compile.ts

kipper help [COMMAND]

display help for kipper

USAGE
  $ kipper help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

kipper run FILE

Compiles a Kipper program and transpiles it to JavaScript using tsc to execute it.

USAGE
  $ kipper run FILE

ARGUMENTS
  FILE  The file that should be compiled and run.

OPTIONS
  --encoding=encoding    [default: utf8] The encoding that should be used to read the file (ascii,utf8,utf16le).

  --outputDir=outputDir  [default: build] The build directory where the compiled files should be placed. If the path
                         does not exist, it will be created.

See code: src/commands/run.ts

kipper analyse FILE

Analyses a file and validates its syntax

USAGE
  $ kipper analyse FILE

ARGUMENTS
  FILE  The file that should be analysed

OPTIONS
  --encoding=encoding  [default: utf16] The encoding that should be used to read the file

See code: src/commands/analyse.ts

kipper compile FILE

Compiles a Kipper source file file into TypeScript

USAGE
  $ kipper compile FILE

ARGUMENTS
  FILE  The file that should be compiled

OPTIONS
  --encoding=encoding  [default: utf16] The encoding that should be used to read the file

See code: src/commands/compile.ts

kipper help [COMMAND]

display help for kipper

USAGE
  $ kipper help [COMMAND]

ARGUMENTS
  COMMAND  command to show help for

OPTIONS
  --all  see all commands in CLI

See code: @oclif/plugin-help

kipper run FILE

Runs a Kipper program

USAGE
  $ kipper run FILE

ARGUMENTS
  FILE  The file that should be run (js/ts)

OPTIONS
  --encoding=encoding  [default: utf16] The encoding that should be used to read the file

See code: src/commands/run.ts

0.11.0-alpha.1

3 months ago

0.10.3

10 months ago

0.10.4

9 months ago

0.10.2

11 months ago

0.11.0-alpha.0

11 months ago

0.10.0-rc.0

1 year ago

0.10.0-alpha.7

1 year ago

0.10.1

1 year ago

0.10.0-beta.0

1 year ago

0.10.0

1 year ago

0.10.0-alpha.6

1 year ago

0.10.0-alpha.5

2 years ago

0.9.0-beta.1

2 years ago

0.9.0-beta.0

2 years ago

0.10.0-alpha.3

2 years ago

0.10.0-alpha.2

2 years ago

0.10.0-alpha.4

2 years ago

0.10.0-alpha.1

2 years ago

0.10.0-alpha.0

2 years ago

0.9.0-rc.0

2 years ago

0.9.0

2 years ago

0.9.2

2 years ago

0.8.3

2 years ago

0.9.1

2 years ago

0.8.2

2 years ago

0.5.0-beta.1

2 years ago

0.8.0-beta.0

2 years ago

0.8.0-beta.1

2 years ago

0.8.0-beta.2

2 years ago

0.7.0-beta.0

2 years ago

0.5.0-rc.1

2 years ago

0.8.0-rc.0

2 years ago

0.7.0-rc.0

2 years ago

0.8.1

2 years ago

0.8.0

2 years ago

0.5.0

2 years ago

0.7.0

2 years ago

0.6.1

2 years ago

0.5.0-rc.0

2 years ago

0.6.0

2 years ago

0.0.5

2 years ago