Lines Matching full:pack
15 * [`pack()`](#pack)
20 const pack = require('libnpmpack')
29 #### <a name="pack"></a> `> pack(spec, [opts]) -> Promise`
33 If no options are passed, the tarball file will be saved on the same directory from which `pack` was called in.
45 const tarball = await pack()
48 const localTar = await pack('/Users/claudiahdz/projects/my-cool-pkg')
51 const registryTar = await pack('abbrev@1.0.3')
54 const githubTar = await pack('isaacs/rimraf#PR-192')