All Downloads are FREE. Search and download functionalities are using the official Maven repository.

gem.gems.haml-3.1.1.bin.haml Maven / Gradle / Ivy

There is a newer version: 1.263
Show newest version
#!/usr/bin/env ruby
# The command line Haml parser.

$LOAD_PATH.unshift File.dirname(__FILE__) + '/../lib'
require 'haml'
require 'haml/exec'

opts = Haml::Exec::Haml.new(ARGV)
opts.parse!




© 2015 - 2024 Weber Informatics LLC | Privacy Policy