Skip to content

boywithkeyboard-archive/docker-hub-tagger

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

docker-hub-tagger

Setup

Deno

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

Node.js

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

Usage

const tags = await fetchTags('golang')

const tagNames = await fetchTagNames('node')

About

A script to retrieve a list of all tags of a Docker Hub repository.

Topics

Resources

License

Stars

Watchers

Forks

Sponsor this project

Contributors