JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 17
  • Score
    100M100P100Q38557F
  • License MIT

A powerful console tools to execute in-shell javascript script

Package Exports

  • shellyeval
  • shellyeval/src/main.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (shellyeval) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme


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 😉