1.1.3 • Published 7 years ago

code2png v1.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

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

npm.io

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