Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/njzjz/jsdelivr_url


https://github.com/njzjz/jsdelivr_url

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

        

# jsdelivr_url

## Installation
```sh
npm i jsdelivr_url
```

## Usage
```js
const { npm_url, gh_url } = require("jsdelivr_url")
npm_url("jsdelivr_url", "0.0.1", "index.js")
# 'https://cdn.jsdelivr.net/npm/[email protected]/index.js'
gh_url("njzjz", "jsdelivr_url", "0.0.1", "index.js")
# 'https://cdn.jsdelivr.net/gh/njzjz/[email protected]/index.js'
```