https://github.com/tidev/appcd-plugin-system-info
The Appc Daemon plugin for detecting system info
https://github.com/tidev/appcd-plugin-system-info
npm-package
Last synced: about 1 month ago
JSON representation
The Appc Daemon plugin for detecting system info
- Host: GitHub
- URL: https://github.com/tidev/appcd-plugin-system-info
- Owner: tidev
- License: other
- Created: 2017-12-07T18:39:41.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-05T17:14:00.000Z (over 1 year ago)
- Last Synced: 2025-04-18T21:34:38.309Z (2 months ago)
- Topics: npm-package
- Language: JavaScript
- Homepage:
- Size: 136 KB
- Stars: 2
- Watchers: 14
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# @appcd/plugin-system-info
Detects system information.
## Info
The `info` service aggregates the info from the
[android](https://npmjs.org/package/appcd-plugin-android),
[ios](https://npmjs.org/package/appcd-plugin-ios),
[jdk](https://npmjs.org/package/appcd-plugin-jdk),
[titanium-sdk](https://npmjs.org/package/appcd-plugin-titanium-sdk), and
[windows](https://npmjs.org/package/appcd-plugin-windows) plugins.```js
const { response } = await appcd.call('/system-info/latest/info');
console.log(response);
```## Legal
This project is open source under the [Apache Public License v2][1] and is developed by
[Axway, Inc](http://www.axway.com/) and the community. Please read the [`LICENSE`][1] file included
in this distribution for more information.[1]: https://github.com/appcelerator/appcd-plugin-system-info/blob/master/LICENSE