Socket
Book a DemoInstallSign in
Socket

issuer

Package Overview
Dependencies
Maintainers
1
Versions
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

issuer

Reduces overhead in creating issues.

latest
Source
npmnpm
Version
0.1.0
Version published
Maintainers
1
Created
Source

issuer Build Status

Reduces overhead in creating issues.

Install

$ npm install --save issuer

Usage

const issuer = require('issuer');

issuer('node').then(data => console.log(data));
/*

Data would looks like:

{ 
  OS: 'Darwin',
  node: 'v5.3.0',
  path: '/Users/Hemanth/bin',
  npm: '3.3.12' 
}
*/

API

issuer(lang)

lang

Type: string

Specific language on which you need to info.

CLI

$ npm install --global issuer
$ issuer --help

  Usage
    issuer <lang>

  Examples
    $ issuer node

    * os : `darwin`
    * version : `v5.3.0`
    * path : `/Users/Hemanth/bin`
    * nvm : `3.3.12`

License

MIT © Hemanth.HM

Keywords

cli-app

FAQs

Package last updated on 02 Jan 2016

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