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

Dependencies (2)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i tinynative

    Weekly Downloads

    3

    Version

    1.0.3

    License

    ISC

    Last publish

    Collaborators

    • todbot