4.0.1 • Published 9 years ago

linux-distro v4.0.1

Weekly downloads
78
License
MIT
Repository
github
Last release
9 years ago

linux-distro Build Status

Get the current Linux distro

Install

$ npm install --save linux-distro

Usage

const linuxDistro = require('linux-distro');

linuxDistro().then(data => {
	console.log(data);
	/*
	{
		os: 'Ubuntu',
		name: 'Ubuntu 14.04 LTS',
		release: '14.04',
		code: 'trusty'
	}
	*/
});

CLI

$ npm install --global linux-distro
$ linux-distro --help

  Example
    $ linux-distro
    Ubuntu 14.04 LTS (trusty)

License

MIT © Kevin Mårtensson

4.0.1

9 years ago

4.0.0

9 years ago

3.0.2

9 years ago

3.0.1

10 years ago

3.0.0

10 years ago

2.1.0

10 years ago

2.0.0

10 years ago

1.0.1

11 years ago

1.0.0

11 years ago

0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago