0.1.0 • Published 4 years ago

encode-uri-component v0.1.0

Weekly downloads
7
License
Unlicense
Repository
github
Last release
4 years ago

encode-uri-component

CI

Npx command line for encodeURIComponent.

Usage

# Run encodeURIComponent with input.txt and write to output.txt
npx encode-uri-component < input.txt > output.txt
# Show help and exit
npx encode-uri-component --help

# Show version and exit
npx encode-uri-component --version

License

The Unlicense