1.0.3 • Published 6 years ago

tinynative v1.0.3

Weekly downloads
4
License
ISC
Repository
github
Last release
6 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

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago