0.1.3 • Published 8 years ago

excute v0.1.3

Weekly downloads
3
License
MIT
Repository
github
Last release
8 years ago

excute NPM version NPM downloads Build Status

Execute any code and get result on your machine.

preview

Install

It's excute not execute!

$ npm install -g excute

Usage

# see https://glot.io/account/token
$ excute -t API_TOKEN

# run js code
$ excute try.js

# run swift code
$ excute try.swift -l swift

# run rust code
$ excute try.rs -l rust

# execute a string
$ excute -s "echo $PATH" -l bash

For API token, please visit: https://glot.io/account/token For all supported languages, please visit: https://run.glot.io/languages

Help

$ excute -h

  Execute any code and get result on your machine.

  Usage:
    excute <file> -l [language]

  Options:
    -s/--string:        Execute a string instead of a file
    -t/--token:         Set access token, see https://glot.io/account/token
    -l/--language:      Run in specific language, javascript by default
    -p/--pretty:        Pretty print result in a box
    -v/--version:       Print version
    -h/--help:          Print help (You are here!)

License

MIT © EGOIST

0.1.3

8 years ago

0.1.2

8 years ago

0.1.1

8 years ago

0.1.0

8 years ago