https://github.com/alebcay/cdt
Cask developer tools for Homebrew-Cask: basically the devscripts from Homebrew-Cask, but more organized
https://github.com/alebcay/cdt
Last synced: 5 months ago
JSON representation
Cask developer tools for Homebrew-Cask: basically the devscripts from Homebrew-Cask, but more organized
- Host: GitHub
- URL: https://github.com/alebcay/cdt
- Owner: alebcay
- License: other
- Created: 2014-04-11T02:30:28.000Z (over 12 years ago)
- Default Branch: master
- Last Pushed: 2015-03-28T15:23:27.000Z (over 11 years ago)
- Last Synced: 2024-12-31T05:29:47.882Z (over 1 year ago)
- Language: Shell
- Size: 277 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
cdt
===
Cask developer tools for Homebrew-Cask: basically the devscripts from [Homebrew-Cask](https://github.com/caskroom/homebrew-cask), but more organized
## Usage
The main executable is `cdt` on the root. Run it with any of the following subcommands:
* `hash` - give URL as argument, will download and find SHA256 sum:
```
cdt hash "https://github.com/alebcay/cdt"
```
* `help` - shows the help and list of commands
* `inspect` - view list of installed or running app or package IDs, loaded and installed launchjobs, and loaded kexts, among other things (run `cdt inspect` to view a list of things you can inspect)
* `name` - give app name as argument, will output naming scheme for your Cask:
```
cdt name "Google Chrome.app"
```
* `pkgwatch` - watch for the presence of new PKGs being installed (start observing with `cdt pkgwatch start`, and then stop observing and view results with `cdt pkgwatch stop`)
* `status` - gets the latest status information regarding which casks are failing tests (see http://github.com/alebcay/cask-tasting)
* `version` - lists version info about Cask Developer Tools.
* `whitespace` - view whitespace anomalies in Cask files
Thanks to the people at Homebrew-Cask, including Roland Walker, Vitor Galvao, Paul Hinze, and many others, for providing these devscripts; all I did was organize them a bit.