1.1.5 • Published 9 years ago

nopium v1.1.5

Weekly downloads
4
License
MIT
Repository
github
Last release
9 years ago

Nopium

GitHub license npm Travis

Installation

local

$ npm install nopium

global

$ npm install nopium -g

Used

$ nopium ./my-script.js

Configuring

Add nopium key in package.json with an array of directories.

{
  "name": "my-module",
  "version": "0.0.0",
  ...
  "nopium": [
    "my_modules",
    "my_dev_modules",
    ...
  ]
}

License

MIT