Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 700 Bytes

readme.md

File metadata and controls

22 lines (16 loc) · 700 Bytes

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.