Socket
Book a DemoInstallSign in
Socket

publ

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

publ

An extended `npm publish` utility.

latest
Source
npmnpm
Version
0.0.0
Version published
Maintainers
1
Created
Source

publ Build Status

An extended npm publish utility.

Install

$ npm install --save publ

Usage

const publ = require('publ');

publ('unicorns');
//=> 'unicorns & rainbows'

API

publ(input, [options])

input

Type: string

Lorem ipsum.

options

foo

Type: boolean
Default: false

Lorem ipsum.

CLI

$ npm install --global publ
$ publ --help

  Usage
    publ [input]

  Options
    --foo  Lorem ipsum [Default: false]

  Examples
    $ publ
    unicorns & rainbows
    $ publ ponies
    ponies & rainbows

License

MIT © Luke Edwards

Keywords

cli-app

FAQs

Package last updated on 26 Apr 2017

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