msanders/cider

Save brew install options to bootstrap.yaml.

Open

#31 opened on Oct 27, 2015

 (4 comments) (0 reactions) (0 assignees)Python (25 forks)batch import
enhancementhelp wanted

Repository metrics

Stars
 (838 stars)
PR merge metrics
 (No merged PRs in 30d)

Description

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

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

Cider generates:

- !!python/unicode 'vim'

Contributor guide