uname2
v1.0.2
Published
uname info
Downloads
29
Readme
uname2
Artwork by i5ting.
Install
npm install --save uname2
Usage
var uname2 = require('uname2')
console.dir(uname2);
console.log(uname2.sysname());
console.log(uname2.nodename());
console.log(uname2.release());
console.log(uname2.version());
console.log(uname2.machine());
Test
npm start && node sys.js
调试
env V=1 node-gyp rebuild
ld: library not found for -lgcc_s.10.5
Per this issue, I was able to resolve this by entering this temp command:
cd /usr/local/lib
sudo ln -s ../../lib/libSystem.B.dylib libgcc_s.10.5.dylib
Contributing
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request
版本历史
- v1.0.0 初始化版本
欢迎fork和反馈
- write by
i5ting
[email protected]
如有建议或意见,请在issue提问或邮件
License
this repo is released under the MIT License.