Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/njzjz/unpkg_url

return unpkg url
https://github.com/njzjz/unpkg_url

Last synced: about 2 months ago
JSON representation

return unpkg url

Awesome Lists containing this project

README

        

# unpkg_url

## Installation
```sh
npm i unpkg_url
```

## Usage
```js
const { npm_url } = require("unpkg_url")
npm_url("unpkg_url", "0.0.1", "index.js")
# 'https://unpkg.com/[email protected]/index.js'
```