Skip to content

Parse and get the /etc/lsb-release file to JSON in a convenient manner. Useful to get your Linux distribution version.

Notifications You must be signed in to change notification settings

martinlevesque/lsb-release-fs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

lsb-release-fs

Build status

Parse and get the /etc/lsb-release to JSON in a convenient manner. Useful to get your Linux distribution version (Ubuntu, Debian, etc.).

Installation

npm install lsb-release-fs --save

Examples usage

Retrieve the lsb-release to json:

const lsbReleaseFs = require('lsb-release-fs');
const version = lsbReleaseFs();
console.log(version);

License

ISC

About

Parse and get the /etc/lsb-release file to JSON in a convenient manner. Useful to get your Linux distribution version.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published