Comparing version 0.1.1 to 0.1.2
{ | ||
"name": "os", | ||
"version": "0.1.1", | ||
"version": "0.1.2", | ||
"description": "NodeJS Core Module Extended", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -1,24 +0,11 @@ | ||
# node-os [![npm](https://img.shields.io/npm/v/os.svg)](https://www.npmjs.com/package/os) [![npm](https://img.shields.io/npm/dm/os.svg)](https://www.npmjs.com/package/os) [![npm](https://img.shields.io/npm/l/os.svg)](LICENSE) | ||
#### NodeJS Core Module Extended | ||
# os | ||
## Installation | ||
This is a Node.js Core Module | ||
```bash | ||
npm i os --save | ||
``` | ||
# There's no need to install through npm | ||
## Usage | ||
**Really, there's no need, just require/import it :)** | ||
In your node program: | ||
```js | ||
var os = require('os') | ||
``` | ||
## API | ||
https://nodejs.org/api/os.html | ||
## License | ||
MIT. Copyright (c) [Diego Rodríguez Baquero](https://diegorbaquero.com). |
823
3
12