File: html2haml

package info (click to toggle)
ruby-html2haml 2.3.0-3
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 288 kB
  • sloc: ruby: 1,577; makefile: 6
file content (7 lines) | stat: -rwxr-xr-x 123 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
#!/usr/bin/env ruby

require 'html2haml'
require 'html2haml/exec'

opts = Html2haml::Exec::HTML2Haml.new(ARGV)
opts.parse!