Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/avaer/android-log
Android log function binding as a native module
https://github.com/avaer/android-log
Last synced: about 2 months ago
JSON representation
Android log function binding as a native module
- Host: GitHub
- URL: https://github.com/avaer/android-log
- Owner: avaer
- License: mit
- Created: 2018-01-16T04:14:23.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-16T12:53:00.000Z (almost 7 years ago)
- Last Synced: 2024-10-08T19:22:19.302Z (3 months ago)
- Language: C++
- Size: 14.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# a-native-example
An example Node.js native module
```
npm install a-native-example
```Used to showcase prebuilds
[![build status](https://travis-ci.org/mafintosh/a-native-example.svg?branch=master)](https://travis-ci.org/mafintosh/a-native-example)
[![Build status](https://ci.appveyor.com/api/projects/status/ulm9iw0vkimeugr3?svg=true)](https://ci.appveyor.com/project/mafintosh/a-native-example)## Usage
``` js
var print = require('a-native-example')print('hello world') // will print "hello world" from C++
```## License
MIT