Skip to content

Instantly share code, notes, and snippets.

@ELLIOTTCABLE
Created November 12, 2011 12:22
Show Gist options
  • Save ELLIOTTCABLE/1360459 to your computer and use it in GitHub Desktop.
Save ELLIOTTCABLE/1360459 to your computer and use it in GitHub Desktop.
> echo '// Hi! 😃' > test.js
> docco test.js
docco: test.js -> docs/test.html
> cat test.js
// Hi! 😃
> cat docs/test.html
… <p>Hi! �</p> …
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment