1.1.3 • Published 7 years ago
code2png v1.1.3
code2png
Beautiful code screenshots without leaving the command line. Plays well with HTML-filtering input forms, Twitter, and all kinds of groovy things like that.
$ code2png index.js -o readme.png
Installation
$ npm install -g code2png
Usage
Pass a source file by name:
$ code2png foo.c
...or pipe it in:
$ cat foo.c | code2png -o foo.png
TODO
- Support additional languages, themes
License
MIT