is-npm-linked

0.1.1 • Public • Published

is-npm-linked

NPM version Build Status Test coverage Dependency Status

Check your npm package is linked

Install

$ npm install is-npm-linked

Usage

const isNpmLinked = require('is-npm-linked');
 
isNpmLinked('package-name').then(console.log);
//=>

API

isNpmLinked(packageName)

packageName

Required Type: string

Lorem ipsum.

License

MIT © C.T. Lin

Readme

Keywords

Package Sidebar

Install

npm i is-npm-linked

Weekly Downloads

2

Version

0.1.1

License

MIT

Last publish

Collaborators

  • chentsulin