Skip to content

agr/nugetfeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NuGet feed watcher

A web page that shows the latest packages that appear in (or disappear from) the NuGet.org feed and their progression through the V3 pipeline.

Building

Assuming npm is available and TypeScript is installed as a global tool, run:

npm install
tsc -p tsconfig.json
npx rollup obj/main.js --file dist/bundle.js --format iife

Running

Just open the dist/index.html file in your browser, or drop dist/index.html and dist/bundle.js to a hosting of your choice, then navigate to it.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published