包详细信息

esolangs-cli

k4m412MIT1.0.4

Detect and execute esoteric programming language code, right from your terminal.

esoteric, esolangs, brainfuck, cli

自述文件

esolangs-cli Build Status

Detect and execute esoteric programming language code, right from your terminal.


Install

~ ❯❯❯ npm install -g esolangs-cli

Usage

~ ❯❯❯ esolangs --help

  Detect and execute esoteric programming language code, right from your terminal.

  Usage
    ~ ❯❯❯ esolangs <string>
    ~ ❯❯❯ echo <string> | esolangs
    ~ ❯❯❯ cat <file> | esolangs
  Options
    -p, --plain   Display output without log symbols
  Example
    ~ ❯❯❯ esolangs '++++++++++[>+>+++>+++++++>++++++++++<<<<-]>>>>---.+++.+++++++++.----.+++++.'
    ✔ admin

Supported Esoteric Programming Languages

Related

License

MIT © Nikolaos Kamarinakis