New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

replit

Package Overview
Dependencies
Maintainers
2
Versions
6
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

replit

A command line interface for repl.it

latest
Source
npmnpm
Version
0.3.1
Version published
Weekly downloads
105
-34.78%
Maintainers
2
Weekly downloads
 
Created
Source

replitcli

NPM

FOSSA Status

A command line interface for repl.it

Usage:

Usage: replit [options] [command]

Options:
  -V, --version                            output the version number
  --debug                                  Enable debug logging
  -c, --config <filename>                  Location of configuration file (default: "~/.config/.replitcli.json")
  -hc, --hide-connecting                   Don't show 'Crosis connecting' message
  -h, --help                               display help for command

Commands:
  auth [options]                           Authenticate with the CLI
  bash [repl]                              Open a bash shell in the repl
  local [options] [repl]                   Set the local repl for the a directory
  run [options] [repl]                     Runs, stops, or restarts the repl.
  cp [options] [files...]                  Copies a file from a repl to your computer or vice versa. Prepend a path with repl: to indicate it is on the repl.
  exec [options] <program> [arguments...]  Execute a command in the repl and wait for it to finish
  bulk <args...>                           Run multiple commands without re-opening the connection

Note: output above generated by the command node index.js -h | sed -e "s/$(echo $HOME | sed 's/\//\\\//g')/~/g" | sed -e "s/^Usage: index/Usage: replit/g"

Future Plans

  • Repl info command

License

FOSSA Status

FAQs

Package last updated on 18 Jan 2021

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