UNPKG

@dxworks/nuget-inspector

Version:

Adaptation of the BlackDuck Nuget Dotnet 5 Inspector

7 lines (6 loc) 134 B
#! /usr/bin/env node 'use strict' const {runNugetInspector} = require('./index'); (async () => { await runNugetInspector(); })();