X Tutup
The Wayback Machine - https://web.archive.org/web/20201103173952/https://github.com/fengari-lua/fengari-node-cli
Skip to content
master
Go to file
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

README.md

Build Status npm License: MIT #fengari on Freenode

fengari-node-cli

The Lua command line application, but using fengari under node.js

This project consists of fengari and fengaric command line applications that provide functionality equivalent to the lua and luac programs.

Installation

Use npm or yarn:

npm install -g fengari-node-cli

Usage

usage: fengari [options] [script [args]]
Available options are:
  -e stat  execute string 'stat'
  -i       enter interactive mode after executing 'script'
  -l name  require library 'name'
  -v       show version information
  -E       ignore environment variables
  --       stop handling options
  -        stop handling options and execute stdin
usage: fengaric [options] [filename]
Available options are:
  -l       list (use -l -l for full listing)
  -o name  output to file 'name' (default is "fengaric.out")
  -p       parse only
  -s       strip debug information
  -v       show version information
  --       stop handling options
  -        stop handling options and process stdin

About

The Lua command line application, but using fengari under node.js

Topics

Resources

License

Sponsor this project

  •  
  •  

Packages

No packages published
You can’t perform that action at this time.
X Tutup