npm-packist
TypeScript icon, indicating that this package has built-in type declarations

1.0.0 • Public • Published

NPM Packist Travis CI Build Status

Pack npm modules.

NPM Badge

Install

npm install npm-packist

Usage

const npmPackist = require("npm-packist");
 
(async () => {
    await npmPackist(".")
    //=> 'C:\\Users\\richi\\Documents\\GitHub\\npm-packist\\the-module-v0.0.0.tgz'
})()

API

npmPackist(cwd?, options?)

cwd

Type: string

The directory to pack the modules from.

options

Type: object

fileName

Type: string
Default: (Generated from package name and version)

The filename to save the tgz file as.

Package Sidebar

Install

npm i npm-packist

Weekly Downloads

1

Version

1.0.0

License

MIT

Unpacked Size

3.82 kB

Total Files

6

Last publish

Collaborators

  • richienb