1.0.3 • Published 8 years ago

tinynative v1.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
8 years ago

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
1.0.3

8 years ago

1.0.2

8 years ago

1.0.1

8 years ago

1.0.0

8 years ago