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

callipyge

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

callipyge

Build beautiful back-ends.

latest
Source
npmnpm
Version
0.0.0
Version published
Weekly downloads
7
250%
Maintainers
1
Weekly downloads
 
Created
Source

callipyge

Build Status Coverage Status Dependency Status

Build beautiful back-ends.

Install

$ npm install --save callipyge

Now with update-notifier

The cli now uses update-notifier to let the user know about updates to this program.

Users have the ability to opt-out of the update notifier by changing the optOut property to true in ~/.config/configstore/update-notifier-rollodeqc-gh-user-streak.json. The path is available in notifier.config.path.

Users can also opt-out by setting the environment variable NO_UPDATE_NOTIFIER with any value or by using the --no-update-notifier flag on a per run basis.

Usage

const callipyge = require('callipyge')

callipyge('unicorns')
//=> 'unicorns & rainbows'

API

callipyge(input, [options])

input

Type: string

Lorem ipsum.

options

foo

Type: boolean
Default: false

Lorem ipsum.

CLI

$ npm install --global callipyge
$ callipyge --help

  Usage
    callipyge [input]

  Options
    --foo  Lorem ipsum. [Default: false]

  Examples
    $ callipyge
    unicorns & rainbows
    $ callipyge ponies
    ponies & rainbows

License

AGPL-v3 © Robin Millette

Keywords

cli-app

FAQs

Package last updated on 05 Oct 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