npm-lifecycle
JavaScript package lifecycle hook runner
Last updated 5 years ago by isaacs .
Artistic-2.0 · Repository · Bugs · Original npm · Tarball · package.json
$ gnpm install npm-lifecycle 
SYNC missed versions from official npm registry.

Note: pending imminent deprecation

This module will be deprecated once npm v7 is released. Please do not rely on it more than absolutely necessary.

The lifecycle script runner used in npm v7 is @npmcli/run-script. Please use that module moving forward.


npm-lifecycle

npm-lifecycle is a standalone library for executing packages' lifecycle scripts. It is extracted from npm itself and intended to be fully compatible with the way npm executes individual scripts.

Install

$ npm install npm-lifecycle

Table of Contents

Example

// idk yet

API

> lifecycle(name, pkg, wd, [opts]) -> Promise

Arguments
  • opts.stdio - the stdio passed to the child process. [0, 1, 2] by default.
Example
lifecycle()

Current Tags

  • 3.1.5                                ...           latest (5 years ago)

17 Versions

  • 3.1.5                                ...           5 years ago
  • 3.1.4                                ...           5 years ago
  • 3.1.3                                ...           5 years ago
  • 3.1.2                                ...           5 years ago
  • 3.1.1                                ...           5 years ago
  • 3.1.0                                ...           5 years ago
  • 3.0.0                                ...           5 years ago
  • 2.1.1                                ...           6 years ago
  • 2.1.0                                ...           6 years ago
  • 2.0.3                                ...           7 years ago
  • 2.0.2                                ...           7 years ago
  • 2.0.1                                ...           7 years ago
  • 2.0.0                                ...           7 years ago
  • 1.0.3                                ...           7 years ago
  • 1.0.2                                ...           7 years ago
  • 1.0.1                                ...           7 years ago
  • 1.0.0                                ...           7 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (8)
Dev Dependencies (5)

Copyright 2013 - present © cnpmjs.org | Home |