New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

@artemis-lang/cli

Package Overview
Dependencies
Maintainers
1
Versions
12
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@artemis-lang/cli

The artemis language cli

latest
npmnpm
Version
0.3.4
Version published
Weekly downloads
16
23.08%
Maintainers
1
Weekly downloads
 
Created
Source

@artemis-lang/cli

Command-line interface for the Artemis programming language.

Installation

npm install -g @artemis-lang/cli

Usage

artemis <command> [options]

Commands

Run a program:

artemis run <file>

Print the Abstract Syntax Tree:

artemis ast <file>

Print lexical tokens:

artemis lex <file>

Save AST to file:

artemis save-ast <file> <output>

Save tokens to file:

artemis save-lex <file> <output>

Options

  • --version - Show version number
  • --help - Show help

Example

Create a file hello.art:

(println "Hello, Artemis!")

Run it:

artemis run hello.art

Documentation

For complete language documentation, see the main README.

Version

Current version: 0.3.4

License

MIT

Keywords

artemis

FAQs

Package last updated on 22 Oct 2025

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