Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Latest commit

 

History

History
16 lines (12 loc) · 452 Bytes

File metadata and controls

16 lines (12 loc) · 452 Bytes

InCode CLI

The Offical Command Line Interface for the InCode Programming Language.

Installation

npm i -g @incodelang/cli

Using

Arguments:

  • -i, --input <file> Specifies the input file that will be compiled
  • -o, --output <directory> Specifies the output directory with the packed web app. (Default: dist)
  • -f, --force Force overwrites the dist directory when exists.
  • -u, --use-std Uses STD-OUT as output stream