https://github.com/ceejbot/goingnative
A NodeSchool style workshopper for learning how to write native Node.js addons
https://github.com/ceejbot/goingnative
Last synced: 16 days ago
JSON representation
A NodeSchool style workshopper for learning how to write native Node.js addons
- Host: GitHub
- URL: https://github.com/ceejbot/goingnative
- Owner: ceejbot
- License: mit
- Created: 2014-06-30T03:51:05.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2017-05-02T18:10:34.000Z (about 9 years ago)
- Last Synced: 2026-05-30T18:28:13.479Z (about 1 month ago)
- Language: JavaScript
- Size: 171 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# goingnative
**A NodeSchool style workshopper for learning how to write native Node.js addons**
***Please note this is a work in progress and is far from complete, come back later if you're wanting to actually use it***
```sh
$ sudo npm install goingnative -g
$ goingnative
```
## License
**goingnative** is Copyright (c) 2014 Rod Vagg [@rvagg](https://twitter.com/rvagg) and licensed under the MIT License. All rights not explicitly granted in the MIT License are reserved. See the included [LICENSE.md](./LICENSE.md) file for more details.