nodejs-api

1.0.1 • Public • Published

nodejs-api

Build Status

Expose node.js modules through an object

Install

$ npm install --save node-api

Usage

var nodes = require('nodejs-api');
nodes.console.log('hello'); // will print hello

See all modules available:

console.log(Object.keys(require('nodejs-api')));

LICENSE

MIT © Cristian Trifan

Readme

Keywords

Package Sidebar

Install

npm i nodejs-api

Weekly Downloads

0

Version

1.0.1

License

MIT

Last publish

Collaborators

  • crissdev