Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

neps

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

neps

A simple Node.js REPL interface with module requires

  • 1.0.3
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Neps

Simple way to open a Node.js REPL with your favourite modules included.

Setup

neps is on npm, so go ahead and install it globally:

$ npm install -g neps

Usage

Super easy to use via a command line:

$ neps [modules...]

Examples

Here are a few examples which should demonstrate usage:

# loads 'moment' directly from `npm`
$ neps moment

# loads 'neps' directly from GitHub
$ neps zackehh/neps

# loads multiple modules
$ neps moment lodash

# names with hyphens are loaded with underscores
$ neps dot-notes

# provides a custom name for a module
$ neps _=lodash

Options

By default modules you ask for are loaded into $HOME/.neps (and thus aren't installed if they're already there).

You can customise this location on each run of neps by using the -p flag:

# installs to /tmp/neps instead
$ neps -p /tmp/neps moment

Keywords

FAQs

Package last updated on 01 Mar 2017

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