Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/njzjz/unpkg_url
- Owner: njzjz
- Created: 2022-05-19T02:37:32.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-05-19T02:37:52.000Z (over 2 years ago)
- Last Synced: 2024-10-13T16:47:07.262Z (3 months ago)
- Language: JavaScript
- Size: 0 Bytes
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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'
```