1.0.4 • Published 2 years ago

shellyeval v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

ShellyEval

What is ShellyEval ?

ShellyEval is a powerful npm modules for developpers. This module can give the opportunities to execute any javascript code and some useful tools in the shell.

How to install ShellyEval ?

Just run:

npm i shellyeval@latest

Example usage:

const ShellyEval = require("shellyeval");

const Shelly = new ShellyEval();

Shelly.start();

You can also personnalize your Shelly:

const ShellyEval = require("shellyeval");

const Shelly = new ShellyEval({ askStyle:  "\u001b[34m>\u001b[0m ", username: "Sedorikku" });

Shelly.start();

Availables options:

  • askStyle: The style of the message in which you type your command line.
  • username: You username if you want.
  • evalStyle: The style of the response (doesn't affect errors and commands)

Help

If you don't understand anything, you can open a discussion in this discussion tab 😉

1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago