Skip to content

Latest commit

 

History

History
31 lines (20 loc) · 680 Bytes

readme.md

File metadata and controls

31 lines (20 loc) · 680 Bytes

strict-uri-encode-cli Build Status

A stricter URI encode adhering to RFC 3986

Install

$ npm install -g strict-uri-encode-cli

Usage

$ strict-uri-encode --help

  Usage
    $ strict-uri-encode <string>
    $ echo <string> | strict-uri-encode

  Example
    $ strict-uri-encode unicorn!foobar
    unicorn%21foobar

Related

License

MIT © Martin van Driel