npm stats
  • Search
  • About
  • Repo
  • Sponsor
  • more
    • Search
    • About
    • Repo
    • Sponsor

Made by Antonio Ramirez

strikethrough

0.1.0

@rauchg

npmSnykSocket
Downloads:8
$ npm install strikethrough
DailyWeeklyMonthlyYearly

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