mirror of
https://github.com/S2-/minifyfromhtml.git
synced 2025-08-03 04:10:04 +02:00
291 B
291 B
npm-stop(3) -- Stop a package
SYNOPSIS
npm.commands.stop(packages, callback)
DESCRIPTION
This runs a package's "stop" script, if one was provided.
npm can run stop on multiple packages. Just specify multiple packages
in the packages
parameter.