An open API service indexing awesome lists of open source software.

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`

Awesome Lists containing this project

README

          

# CSK

> A better `brew cask`

![csk](https://user-images.githubusercontent.com/16429579/40456993-7ac2a418-5ef4-11e8-8623-e7738a13f933.gif)

## :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
```