New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

rattle

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

rattle

Custom REPL for Node.js

  • 0.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
2
decreased by-60%
Maintainers
1
Weekly downloads
 
Created
Source

Rattle

Custom REPL for Node.js, with support for startup scripts and more (in the future)

Installation

As of now, I have not configured rattle to replace the node binary, the rnode command is created on your computer. Installation is very simple, just like all command line tools for Node.js:

[sudo] npm install -g rattle

Use sudo if you are running OSX/Linux, if Windows run the command as an Administrator

Startup Scripts and .noderc

When you type rnode, it will act like regular node, but with one (visual) difference: When you start up the REPL a message will display:

rattle vX.X.X

This is a part of the global startup script, which you can locate by typing

rnode --global

Any javascript you type in there will be execute on ALL REPLs across the entire system (that uses rnode)

Local .noderc

You can place a .noderc in any directory, which will execute whenever REPLs are opened there (not child folders, yet)

Keywords

FAQs

Package last updated on 24 Jul 2016

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc