Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cjdenio/hackclub-ship
The best way for Hack Club members to ship their projects to Slack!
https://github.com/cjdenio/hackclub-ship
cli gluegun hackclub
Last synced: 1 day ago
JSON representation
The best way for Hack Club members to ship their projects to Slack!
- Host: GitHub
- URL: https://github.com/cjdenio/hackclub-ship
- Owner: cjdenio
- License: mit
- Created: 2020-06-25T01:14:13.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-01-06T09:48:57.000Z (almost 2 years ago)
- Last Synced: 2024-10-12T18:26:19.710Z (27 days ago)
- Topics: cli, gluegun, hackclub
- Language: TypeScript
- Homepage: https://npmjs.com/package/hackclub-ship
- Size: 1.03 MB
- Stars: 12
- Watchers: 3
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: readme.md
- License: LICENSE
Awesome Lists containing this project
README
# Ship CLI 🚀
The best way for [Hack Club](https://hackclub.com) members to ship their projects to Slack!
## Getting started
```
npm i -g hackclub-shipship login
# Ship from a file (image or video)
ship image.png
```## Other cool things
### Ship from an image/video on the Interwebs
`ship https://doggo.ninja/whatever`
### Ship to a specific channel
`ship image.png --channel=C123456789`
### Ship to multiple specific channels
`ship image.png --channels=C123456789,C987654321`