https://github.com/sakejs/sake-sysinfo
https://github.com/sakejs/sake-sysinfo
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/sakejs/sake-sysinfo
- Owner: sakejs
- License: other
- Created: 2017-04-19T18:45:38.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2018-03-26T06:46:12.000Z (over 7 years ago)
- Last Synced: 2024-04-26T06:21:55.005Z (about 1 year ago)
- Language: CoffeeScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# sake-sysinfo
[![npm][npm-img]][npm-url]
[![build][build-img]][build-url]
[![dependencies][dependencies-img]][dependencies-url]
[![downloads][downloads-img]][downloads-url]
[![license][license-img]][license-url]
[![chat][chat-img]][chat-url]Show basic system info.
## Install
```bash
$ npm install sake-sysinfo --save-dev
```## Usage
In your Sakefile:```javascript
use('sake-sysinfo')
```## License
[BSD][license-url][mocha]: https://mochajs.org
[build-img]: https://img.shields.io/travis/sakejs/sake-sysinfo.svg
[build-url]: https://travis-ci.org/sakejs/sake-sysinfo
[chat-img]: https://badges.gitter.im/join-chat.svg
[chat-url]: https://gitter.im/sakejs/chat
[coverage-img]: https://coveralls.io/repos/sakejs/sake-sysinfo/badge.svg?branch=master&service=github
[coverage-url]: https://coveralls.io/github/sakejs/sake-sysinfo?branch=master
[dependencies-img]: https://david-dm.org/sakejs/sake-sysinfo.svg
[dependencies-url]: https://david-dm.org/sakejs/sake-sysinfo
[downloads-img]: https://img.shields.io/npm/dm/sake-sysinfo.svg
[downloads-url]: http://badge.fury.io/js/sake-sysinfo
[license-img]: https://img.shields.io/npm/l/sake-sysinfo.svg
[license-url]: https://github.com/sakejs/sake-sysinfo/blob/master/LICENSE
[npm-img]: https://img.shields.io/npm/v/sake-sysinfo.svg
[npm-url]: https://www.npmjs.com/package/sake-sysinfo