Skip to content

TGrif/shelljs-plugin-whoami

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

shelljs-plugin-whoami

shelljs-plugin

A ShellJS plugin for the whoami command.

Installation

$ npm install shelljs-plugin-whoami

Usage

To use this plugin in your project, include it like so:

var shell = require('shelljs');
require('shelljs-plugin-whoami');

shell.whoami();

Test

$ npm run test

TODO

npm publish
Travis test

GNU original function

https://github.com/coreutils/coreutils/blob/master/src/whoami.c

About

A whoami plugin for ShellJS

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published