Welcome to mirror list, hosted at ThFree Co, Russian Federation.

faq.js « lib - github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 912db0072f21e1623db899553c39fa6822d4c878 (plain)
1
2
3
4
5
6
7
8

module.exports = faq

faq.usage = "npm faq"

var npm = require("./npm.js")

function faq (args, cb) { npm.commands.help(["faq"], cb) }