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

setlxjs-cli

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

setlxjs-cli

A command line interface for setlx.js

latest
Source
npmnpm
Version
1.0.2
Version published
Maintainers
1
Created
Source

SetlX.js Command Line interface

This is the Node.js command line interface for the SetlX.js transpiler.

Usage

transpile [--output <outpath>] <filepath>

Transpile a SetlX file to JavaScript.

<filepath>: file or directory with .stlx files

--output <outpath>: file or directory to output the file(s) to

run <file>

Run a SetlX file with SetlX.js. The file gets transpiled internally and is then run with Node.js.

<file>: A SetlX file to run

tree <expression>

Display the abstract syntax tree of a SetlX expression.

<expression>: A SetlX expression to parse

Keywords

setlx

FAQs

Package last updated on 16 Jul 2016

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