https://github.com/vweevers/napi-functions
List the N-API functions used in c/c++ source code.
https://github.com/vweevers/napi-functions
c cpp n-api nodejs npm-package
Last synced: 2 months ago
JSON representation
List the N-API functions used in c/c++ source code.
- Host: GitHub
- URL: https://github.com/vweevers/napi-functions
- Owner: vweevers
- License: mit
- Created: 2020-01-31T13:10:39.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2020-01-31T13:12:16.000Z (over 6 years ago)
- Last Synced: 2025-10-26T17:35:01.161Z (8 months ago)
- Topics: c, cpp, n-api, nodejs, npm-package
- Language: JavaScript
- Homepage:
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# napi-functions
> **List the N-API functions used in c/c++ source code.**
[](https://www.npmjs.org/package/napi-functions)
[](https://www.npmjs.org/package/napi-functions)
[](https://standardjs.com)
## Usage
```js
const napifn = require('napi-functions')
napifn(['*.cc'], function (err, functions) {
if (err) throw err
console.log(functions)
})
```
## CLI
### `napi-functions [glob pattern, ..]`
## Install
With [npm](https://npmjs.org) do:
```
npm install napi-functions
```
## License
[MIT](LICENSE.md) © 2020-present Vincent Weevers