Skip to content

frankthelen/npmcheck2slack

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

40 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

npmcheck2slack

Runs npm-check in the current working directory and posts the results to Slack. Compares the installed package versions with their latest available versions.

Build Status Coverage Status dependencies Status Greenkeeper badge Maintainability node code style License Status

Install

npm install -g npmcheck2slack

Or run without installation

npx npmcheck2slack --help

Usage

npmcheck2slack --help

  Usage: npmcheck2slack [options] <webhookuri>

  Options:
    -v, --version              output the version number
    -u, --username <username>  username to be displayed in Slack, defaults to channel settings
    -e, --emoji <emoji>        emoji to be displayed in Slack, e.g., ":ghost:", defaults to channel settings
    -b, --branch <branch>      branch name to be displayed in Slack
    -r, --reluctant            do not send any message if all dependencies are up-to-date
    -h, --help                 output usage information

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published