msanders/cider

Save brew install options to bootstrap.yaml.

Open

#31 opened on Oct 27, 2015

View on GitHub
 (4 comments) (0 reactions) (0 assignees)Python (840 stars) (25 forks)batch import
enhancementhelp wanted

Description

Ex. Homebrew/homebrew-bundle generates a Brewfile with the line:

brew 'vim', args: ['with-lua']

Cider generates:

- !!python/unicode 'vim'

Contributor guide