0.5.6 • Published 6 years ago

ubuntu-package-crawler v0.5.6

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

ubuntu-package-crawler NPM version Build Status Dependency Status

Get info about ubuntu packages.

Install

This package has executables and can be used through require as well.

ubuntu-license

Get license info about distributed packages from ubuntu.

ubuntu-cve

Get CVE/USN infos about distributed packages from ubuntu.

Local install

Local install is recommended, you can use the executables from the node_modules directory:

# Local install
npm install --production ubuntu-package-crawler

# List executables
ls ./node_modules/.bin

# Execute bins in the folder
./node_modules/.bin/ubuntu-license -h
./node_modules/.bin/ubuntu-cve -h

Global install (not recommended, but its more comfortable to usue)

# Global install (needs sudo)
sudo npm install -g --production ubuntu-package-crawler

# All bins exported by this package should be in your path now:
ubuntu-cve -h
ubuntu-license -h

Usage

Simple examples can be found in the integration-specs directory.

License

MIT © p1100i

0.5.6

6 years ago

0.5.5

6 years ago

0.5.4

6 years ago

0.5.3

6 years ago

0.5.2

7 years ago

0.5.1

7 years ago

0.5.0

7 years ago

0.4.0

7 years ago

0.3.0

7 years ago

0.2.0

7 years ago

0.1.0

7 years ago