Socket
Book a DemoInstallSign in
Socket

@incodelang/cli

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@incodelang/cli

The official CLI for the InCode Programming Language

latest
Source
npmnpm
Version
1.0.0
Version published
Maintainers
1
Created
Source

InCode CLI

This is the official Command Line Tool (CLI) for the InCode Programming Language.

Installation

Install the InCode CLI with npm

  npm install @incodelang/cli -g

Options

OptionDescriptionRequired
-i, --input <file>Specifies the input file that will be compiledyes
-o, --output <file>Specifies the compiling targetyes
-f, --foceForce overwrites the output file if it existsno
-a, --save-astSaves the Abstract Syntax Treeno
-s, --std-outPrints the compiled code to the standard outputno

Examples

    incode -i test.ic -o test.js -a -s -f
    incode -i test.ic -o test.js -a -s
    incode -i test.ic -o test.js -a
    incode -i test.ic -o test.js

Authors

  • Ben Siebert
  • Lukas Birke

License

GPL-3.0-only

Keywords

CLI

FAQs

Package last updated on 01 Dec 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts