0.0.1 • Published 11 years ago

html2raml v0.0.1

Weekly downloads
3
License
-
Repository
-
Last release
11 years ago
npm install html2raml -g
html2raml ./home.html -o ./home.raml.coffee

Caveats

This code is so buggy that it will most likely destroy your computer. Seriously. It was built in under 30 minutes. LOTS of pending stuff. But its a start.

Strategy

  • Run HTML through Tidy
  • Load into JSDOM
  • Query using jQuery and print output
  • TODO: Compile output using coffee-script to see if it is valid