UNPKG

wuribasic

Version:

Collection of cross-platform routines to operate URI(s) in the reliable and consistent way. UriFundamentals leverages parsing, joining, extracting, normalizing, nativizing, resolving URI(s). Use the module to get uniform experience from playing with URI(s

24 lines (15 loc) 1.03 kB
# module::UriBasic [![status](https://github.com/Wandalen/wUriBasic/actions/workflows/StandardPublish.yml/badge.svg)](https://github.com/Wandalen/wUriBasic/actions/workflows/StandardPublish.yml) [![stable](https://img.shields.io/badge/stability-stable-brightgreen.svg)](https://github.com/emersion/stability-badges#stable) Collection of cross-platform routines to operate URI(s) in the reliable and consistent way. UriFundamentals leverages parsing, joining, extracting, normalizing, nativizing, resolving URI(s). Use the module to get uniform experience from playing with URI(s) on different platforms. ### Try out from the repository ``` git clone https://github.com/Wandalen/wUriBasic cd wUriBasic will .npm.install node sample/trivial/Sample.s ``` Make sure you have utility `willbe` installed. To install willbe: `npm i -g willbe@stable`. Willbe is required to build of the module. ### To add to your project ``` npm add 'wuribasic@stable' ``` `Willbe` is not required to use the module in your project as submodule.