From 8fa071f764d55bd8e41a96cf42009da9ae20a650 Mon Sep 17 00:00:00 2001 From: Alex Lyon Date: Fri, 27 Jul 2018 15:39:24 -0700 Subject: [PATCH] Add README.md --- README.md | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..00f030a --- /dev/null +++ b/README.md @@ -0,0 +1,15 @@ +platform-info +============= + +[![License](https://img.shields.io/badge/license-MIT-blue.svg)](LICENSE) +[![Build Status](https://api.travis-ci.org/uutils/platform-info.svg?branch=master)](https://travis-ci.org/uutils/platform-info) +[![Build status](https://ci.appveyor.com/api/projects/status/2wogy3wkenwreeq0/branch/master?svg=true)](https://ci.appveyor.com/project/Arcterus/platform-info/branch/master) +[![LoC](https://tokei.rs/b1/github/uutils/platform-info)](https://github.com/uutils/platform-info) + +A simple cross-platform way to get information about the currently running +system. + +License +------- + +`platform-info` is licensed under the MIT License - see the LICENSE file for details.