New Research: Supply Chain Attack on Axios Pulls Malicious Dependency from npm.Details →
Socket
Book a DemoSign in
Socket

openm

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

openm

open npmjs module pages in your browser

latest
Source
npmnpm
Version
1.1.0
Version published
Maintainers
1
Created
Source

openm

npm version Build Status npm download count XO code style

open npmjs module pages in your browser


demo


CLI

Install

$ npm install -g openm

Usage

$ openm
//=> opens the npmjs module page for the current directory in browser

$ openm chalk
//=> opens the npmjs module page for chalk in browser

$ openm inf sist openm
//=> opens the npmjs module pages for inf, sist, and openm in browser

More help

$ openm --help

  Usage  
    $ openm
    //=> opens the npmjs module page for the current directory in browser

    $ openm [*<module name>]
    //=> opens the npmjs module page for N-lengthed <module name> packages in browser'

  Examples  
    $ openm express
    //=> opens the npmjs module page for express in browser

Package

Install

npm install --save openm

Usage

const openm = require('openm');

openm('express');
//=> 'https://www.npmjs.com/module/express'

API

openm(target)

target

Type: string

returns

Type: string


License

MIT © Dawson Botsford

If you like this, star it. If you want to follow me, follow me.

Keywords

opn

FAQs

Package last updated on 13 Mar 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