1.0.0 • Published 3 months ago

docker-hub-tagger v1.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
3 months ago

docker-hub-tags

Setup

Deno

import { fetchTags, fetchTagNames } from 'https://esm.sh/docker-hub-tags'

Node.js

npm i docker-hub-tags
import { fetchTags, fetchTagNames } from 'docker-hub-tags'

Usage

const tags = await fetchTags('golang')

const tagNames = await fetchTagNames('node')
1.0.0

3 months ago