nugnp
TypeScript icon, indicating that this package has built-in type declarations

2.0.0 • Public • Published

Install

Node.js version >= 10.15 is required.

Install as global package

npm install nugnp -g

Set http_proxy environment variable

Usage

nugnp --path .

path -- path to the project's root directory (default '.')

Targets

CSV (default)

Collected dependencies will be written into csv-file specified with out parameter.

nugnp --target csv --out 'dependencies.csv'

out -- result file name (default 'third-party.csv')

Confluence

nugnp --target confluence --server https://your.confluence.server --page 1111111 --space tst --credentials bG9naW46cGFzc3dvcmQ=

server -- confluence server space -- a key of the workspace page -- id of the page to update credentials -- base64 encoded login and password (login:password)

/nugnp/

    Package Sidebar

    Install

    npm i nugnp

    Weekly Downloads

    3

    Version

    2.0.0

    License

    ISC

    Unpacked Size

    16.5 kB

    Total Files

    21

    Last publish

    Collaborators

    • gobixm