UNPKG

pimatic

Version:

A home automation server and framework for the Raspberry PI running on node.js

9 lines (4 loc) 136 B
module.exports = faq faq.usage = "npm faq" var npm = require("./npm.js") function faq (args, cb) { npm.commands.help(["faq"], cb) }