JSPM

issuer

0.1.0
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 8
  • Score
    100M100P100Q43626F
  • License MIT

Reduces overhead in creating issues.

Package Exports

  • issuer

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (issuer) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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