cputemp-macos
Advanced tools
Comparing version 0.3.1 to 0.3.2
{ | ||
"name": "cputemp-macos", | ||
"version": "0.3.1", | ||
"version": "0.3.2", | ||
"description": | ||
@@ -10,2 +10,3 @@ "A MacOS command line tool to read or log the cpu temperature 🌡", | ||
}, | ||
"keywords": ["macos", "cputemp", "temperature", "cpu", "sysinfo"], | ||
"repository": "git@github.com:juliuscc/cputemp-macos.git", | ||
@@ -12,0 +13,0 @@ "author": "Julius Recep Colliander Celik <julius.cc@hotmail.com>", |
@@ -11,2 +11,24 @@ # cputemp-macos | ||
## Quickstart | ||
### Instalation | ||
Install cputemp-macos with npm | ||
```bash | ||
npm install cputemp-macos --save | ||
``` | ||
or with yarn | ||
```bash | ||
yarn add cputemp-macos | ||
``` | ||
### Usage | ||
```bash | ||
temp | ||
``` | ||
[npm-img]: https://img.shields.io/npm/v/cputemp-macos.svg?style=flat-square | ||
@@ -13,0 +35,0 @@ [npm-url]: https://npmjs.org/package/cputemp-macos |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
5011
43