shellyeval

1.0.4 • Public • Published

ShellyEval


npm version Downloads

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 😉

Package Sidebar

Install

npm i shellyeval

Weekly Downloads

2

Version

1.0.4

License

MIT

Unpacked Size

11.5 kB

Total Files

13

Last publish

Collaborators

  • kady_team