1.0.2 • Published 8 years ago

slack-prune v1.0.2

Weekly downloads
3
License
ISC
Repository
github
Last release
8 years ago

🗑 slack-prune

A command line tool for archiving your empty and unused Slack channels.

🚀 Usage

Install with npm:

npm i -g slack-prune

Provide a valid API token and the tool with guide you through the rest.

slack-prune --token [slack_api_token] [options]

Options:
  --token, -t    a valid slack oauth token                            [required]
  --limit, -l    member threshold to remove channels       [number] [default: 1]
  --force, -f    Do not prompt before archiving       [boolean] [default: false]
  --help         Show help                                             [boolean]
  --verbose, -v                                       [boolean] [default: false]

For more information about how to obtain a Slack API token, visit https://api.slack.com/docs/oauth-test-tokens

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago