https://github.com/armaldio/modules-abi
Easily query abi and target versions of common desktop runtimes (electron, nw.js, node)
https://github.com/armaldio/modules-abi
abi electron node nodejs npm nwjs yarn
Last synced: 4 months ago
JSON representation
Easily query abi and target versions of common desktop runtimes (electron, nw.js, node)
- Host: GitHub
- URL: https://github.com/armaldio/modules-abi
- Owner: Armaldio
- License: mit
- Created: 2019-08-29T08:50:56.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2023-08-22T05:43:02.000Z (almost 3 years ago)
- Last Synced: 2024-05-01T15:27:56.950Z (about 2 years ago)
- Topics: abi, electron, node, nodejs, npm, nwjs, yarn
- Language: TypeScript
- Homepage:
- Size: 325 KB
- Stars: 5
- Watchers: 2
- Forks: 1
- Open Issues: 11
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# modules-abi







> Easily query abi and target versions of common desktop runtimes (electron, nw.js, node)
## Install
```
$ npm install modules-abi
$ yarn add modules-abi
$ pnpm add modules-abi
```
## Usage
```js
import { getAbi, getRange, getRuntime, getTarget } from 'modules-abi';
```
To view detailled informations about the API, please see the [documentation](https://armaldio.github.io/modules-abi/)
## Comparison to node-abi
`node-abi` is:
- hand-written (require pull requests to update, slow updates)
- it's not always up to date
- it's missing a lot of versions
- it's missing nw.js versions