https://github.com/simonwhitaker/brew-cask-detector
https://github.com/simonwhitaker/brew-cask-detector
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/simonwhitaker/brew-cask-detector
- Owner: simonwhitaker
- Created: 2023-06-04T07:31:50.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2023-06-07T07:05:38.000Z (about 3 years ago)
- Last Synced: 2025-01-01T02:40:58.344Z (over 1 year ago)
- Language: TypeScript
- Size: 128 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Requirements
The version of node currently listed in [.node-version](./.node-version).
If you use nvm or [fnm](https://github.com/Schniz/fnm), it should use the right
version of Node automagically.
# Getting started
1. `npm install`
2. `npm run watch`
3. Go to `chrome://extensions/`
4. Enable Developer mode
5. Click "Load unpacked" and navigate to the `dist` folder that was created inside this repo root when you ran `npm run watch` above.
# To re-generate cask data
```command
npm run update-casks
```