@nikovirtala/projen-homebrew
v1.0.23
Published
Homebrew component for projen projects
Readme
projen-homebrew
Homebrew component for projen projects.
Installation
npm install @nikovirtala/projen-homebrewUsage
import { Homebrew } from '@nikovirtala/projen-homebrew';
const homebrew = new Homebrew(project, {
packages: ['jq', 'yq']
});
// Add more packages
homebrew.addPackage('gh');Features
- Automatically checks for Homebrew installation
- Installs Homebrew unattended if missing
- Generates
Brewfilewith specified packages - Runs
brew bundleduring project install task
License
MIT
