https://github.com/rawnly/csk
A better `brew cask`
https://github.com/rawnly/csk
Last synced: 12 months ago
JSON representation
A better `brew cask`
- Host: GitHub
- URL: https://github.com/rawnly/csk
- Owner: rawnly
- Created: 2018-05-23T14:13:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-11-01T18:45:14.000Z (over 7 years ago)
- Last Synced: 2025-06-09T01:33:47.903Z (12 months ago)
- Language: JavaScript
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CSK
> A better `brew cask`

## :computer: Installation
```bash
yarn global add csk
```
## 🧠Usage
```sh
$ csk [action]
Action can be:
install | remove
Options:
--force-update Force remote list update
--set-delay Set remote list update delay
--get-settings Get cli settings
Examples:
$ csk install 1password
$ csk --set-delay 3600
$ csk --set-delay '1000*60*60*24'
$ csk --get-settings
```