0.3.2 • Published 2 years ago

cmd-boost v0.3.2

Weekly downloads
3
License
ISC
Repository
github
Last release
2 years ago

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:  
    	```bash
    	incognito root@127.0.0.1
    	```
  • [Bash] lrun
    This cmd will bring up other command repetitively if the command failed and exit abnormally.
    	Example:  
    	```bash
    	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:  
    	```bash
    	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:  
    	```bash
    	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:  
    	```bash
    	rpath ./a/b/file
    	```
0.3.2

2 years ago

0.3.1

3 years ago

0.3.0

4 years ago

0.2.2

4 years ago

0.2.1

4 years ago

0.2.0

4 years ago

0.1.8

5 years ago

0.1.7

6 years ago

0.1.6

6 years ago

0.1.5

6 years ago

0.1.4

6 years ago

0.1.3

6 years ago

0.1.2

6 years ago

0.1.1

6 years ago

0.1.0

6 years ago

0.0.1

6 years ago