Skip to content

somnathpathak/slack-node-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Node CLI for Slack

Node.js based Command Line Interface (CLI) for Slack making use of Slack Web APIs


Requirements

For development, you will only need Node.js and a node global package, NPM, installed in your environement.

Node (> v12)

  • Node installation on Windows

    Just go on official Node.js website and download the installer. Also, be sure to have git available in your PATH, npm might need it (You can find git here).

  • Node installation on Ubuntu

    You can install nodejs and npm easily with apt install, just run the following commands.

    $ sudo apt install nodejs
    $ sudo apt install npm
    
  • Other Operating Systems

    You can find more information about the installation on the official Node.js website and the official NPM website.


Install

$ cd slack-node-cli
$ npm install

Running the project

$ npm link

Running tests

$ npm run test

Sample CLI command for sending slack message

$ slack-node-cli sendmessage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published