Socket
Socket
Sign inDemoInstall

javascriptconsole

Package Overview
Dependencies
1
Maintainers
2
Versions
16
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    javascriptconsole

Javascript Console


Version published
Weekly downloads
0
Maintainers
2
Created
Weekly downloads
 

Readme

Source

Javascript Console

Hello! So you are new using this console!, Lets get you started

Requirements

For use this, you only need Node.JS and NPM

Installation

For install it you download this repo and type in console this with the directory of the console open:

npm i

How to use

Its very simple to use! When you execute it using 'node index.js'(node.js required) it asks you for a code for it to be executed, after you write it, press enter, the result of that code will be logged into the console.

Using Plugins

Plugins are additions to the console, they are javascript files that have functions, When you execute the 'help' command you will see all the plugins you have installed and its IDs. For Execute a plugin function use 'plug[ID].func.(Function)'.

Developing Plugins

Developing plugins is not that hard, if you know how to make libarys, you will know how to make plugins. Its easy, just create your own functions and then export them using 'module.exports'

module.exports = function(x,y){return x+y}

NPM Version

Installing this with NPM is Easier than in GitHub, You just type in shell this:

npm i javascriptconsole -g

After doing that just type 'js' and you will have it! (for installing plugins go to %appdata%\npm\node_modules\javascriptconsole\plugins)

Keywords

FAQs

Last updated on 25 Mar 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc