As easy as 1, 2, 3!
Updated:
- Aug, 08, 2022 update
config
docs for npm 8+ - Jul 27, 2021 add private scopes
- Jul 22, 2021 add dist tags
- Jun 20, 2021 update for
--access=public
- Sep 07, 2020 update docs for
npm version
require 'formula' | |
class GitDude < Formula | |
# always gets the latest version, since git-dude doesn't have | |
# any versioning schemes going on | |
head 'git://github.com/sickill/git-dude.git' | |
homepage 'https://github.com/sickill/git-dude' | |
def install | |
bin.install 'git-dude' |
Get Homebrew installed on your mac if you don't already have it
Install highlight. "brew install highlight". (This brings down Lua and Boost as well)
[program:redmine] | |
command = /usr/bin/ruby /path/to/redmine/script/fastcgi | |
process_name = redmine | |
autostart = true | |
startsecs = 40 | |
user = www-data | |
redirect_stderr = true | |
stdout_logfile = /var/log/redmine.log | |
environment = RAILS_ENV=production |
// ---- | |
// Sass (v3.4.20) | |
// Compass (v1.0.3) | |
// ---- | |
// See in action @ http://www.sassmeister.com/gist/43a347037bf0afa447ae | |
/// | |
// Mixin to make-up for bad VH support in iOS | |
// @param {string} $property - CSS Property to style |