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

https://github.com/simonwhitaker/brew-cask-detector


https://github.com/simonwhitaker/brew-cask-detector

Last synced: 3 months ago
JSON representation

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