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

cmd-boost

Package Overview
Dependencies
Maintainers
1
Versions
16
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

cmd-boost

A tiny library that provides some convenient tools for command line users

  • 0.3.2
  • latest
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
5
Maintainers
1
Weekly downloads
 
Created
Source

Command Boost Library

This library is designed to provide variety of tools implemented using Native Bash or Native NodeJS.

How to use?

Well, all you have to do is run the following command to install the library globally. And the npm will handles the rest for you!

npm install -g cmd-boost

What commands are provided in this library ?

Hmm, very little! Following list is the commands provided by the library!

Commands

  • [Bash] incognito
    This cmd is an alias to ssh command which by default will not remember and check any host key into .ssh directory. This is very convenient for one-time session.

    Example:

    incognito root@127.0.0.1
    
  • [Bash] lrun
    This cmd will bring up other command repetitively if the command failed and exit abnormally.

    Example:

    lrun incognito -o ExitOnForwardFailure=yes -o ServerAliveInterval=10 -NL 1234:locahost:1234 root@127.0.0.1
    
  • [Bash] summon This cmd will run other command and make the command be a daemon process. Note that the command will only run executable files.

    Example:

    summon beacon.sh 
    
  • [Bash] njs This cmd is an alias to node command with --experimental-modules is enabled by default and the default esm loader is assigned.

    Example:

    njs module-written-in-es6-syntax.esm.js
    
  • [Node] rpath
    This cmd is written in NodeJS and is designed to provide exactly the same behavior as realpath command.

    Example:

    rpath ./a/b/file
    

Keywords

FAQs

Package last updated on 14 Dec 2023

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