tinynative

1.0.3 • Public • Published

node-tinynative

Smallest possible Node.js native module. Exposes a single function that prints to console

To use:

npm install tinynative
var tinynative = require('tinynative');
tinynative("hello there");  // prints out "tinynative: hello there"

To develop:

git clone https://github.com/todbot/node-tinynative
cd node-tinynative
npm install
node-gyp rebuild

Readme

Keywords

none

Package Sidebar

Install

npm i tinynative

Weekly Downloads

4

Version

1.0.3

License

ISC

Last publish

Collaborators

  • todbot