Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eendeego/node-bindings-guide
Node/V8 native bindings guide
https://github.com/eendeego/node-bindings-guide
Last synced: 10 days ago
JSON representation
Node/V8 native bindings guide
- Host: GitHub
- URL: https://github.com/eendeego/node-bindings-guide
- Owner: eendeego
- Created: 2012-11-29T23:42:22.000Z (almost 12 years ago)
- Default Branch: gh-pages
- Last Pushed: 2014-09-21T11:04:43.000Z (about 10 years ago)
- Last Synced: 2024-08-02T12:22:42.263Z (3 months ago)
- Language: CSS
- Homepage: http://luismreis.github.com/node-bindings-guide/
- Size: 172 KB
- Stars: 50
- Watchers: 12
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
Awesome Lists containing this project
README
# node-bindings-guide
You are looking at the _Node/V8 native bindings guide_ source. For the actual guide take a loot at [http://luismreis.github.com/node-bindings-guide/](http://luismreis.github.com/node-bindings-guide/).
The guide uses [Dinky theme](https://github.com/broccolini/dinky) and is build by the [github pages](http://pages.github.com/)'s [jekyll](https://github.com/mojombo/jekyll) site generator.
To build the site locally:
Use bundler to install jekyll:
bundle
And then jekyll to generate the site:
jekyll --safe --auto --server --base-url /node-bindings-guide/
To access it point your browser to `http://localhost:4000/node-bindings-guide/`.
The `_config.yml` file is already configured with the same settings as gh-pages.
For contributions, please check [contributing](https://github.com/luismreis/node-bindings-guide/blob/gh-pages/CONTRIBUTING.md).
------
Have fun building your own native libraries!