/html-encoder-cli

Encodes html thought the command line

Primary LanguageJavaScript

html-encoder-cli

Encodes html thought the command line

Install

cd path/to/html-encoder-cli
npm link

Usage

html-encoder $'<span>Hello</span>'
// => '&lt;span&gt;Hello&lt;/span&gt;'

Dependencies

html-encoder to be placed in parent directory.

License

MIT © Emil Johansson