Skip to content

pnpm/encode-registry

Folders and files

NameName
Last commit message
Last commit date

Latest commit

f312572 · Sep 19, 2023

History

32 Commits
Jul 14, 2017
Jul 14, 2017
Jul 14, 2017
Jul 14, 2017
May 19, 2019
Sep 19, 2023
May 19, 2019
Nov 9, 2017
Sep 19, 2023
Sep 19, 2023
Sep 19, 2023
May 19, 2019
Sep 19, 2023

Repository files navigation

encode-registry

Status

Encodes a registry URL. Memoized.

Install

<pnpm|yarn|npm> add encode-registry

Usage

const encodeRegistry = require('encode-registry')

encodeRegistry('https://registry.npmjs.org/')
//> registry.npmjs.org

encodeRegistry('https://localhost:4873/')
//> localhost+4873

License

MIT