0.1.0 • Published 10 years ago

strikethrough v0.1.0

Weekly downloads
17
License
-
Repository
-
Last release
10 years ago

strikethrough

Tiny JavaScript helper and cmd line utility to generate "strikethrough text" with just character codes. L̶i̶k̶e̶ ̶t̶h̶i̶s̶.

How to use

var str = require('strikethrough')('some text');
console.log(str);

Installation

To install st(1):

$ npm install -g strikethrough
$ st "some text"

License

MIT