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: c9d88d3012e564f1f33afcf2df5e5f69451bec1c (plain)
1
2
3
4
5
6
7
module.exports = faq

faq.usage = 'npm faq'

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

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