/strict-uri-encode-cli

A stricter URI encode adhering to RFC 3986

Primary LanguageJavaScriptMIT LicenseMIT

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