docker-hub-tagger
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

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')

Readme

Keywords

Package Sidebar

Install

npm i docker-hub-tagger

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

3.56 kB

Total Files

5

Last publish

Collaborators

  • boywithkeyboard