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

npm-lifecycle npm version license Travis AppVeyor Coverage Status

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

Features

  • something cool

Contributing

The npm team enthusiastically welcomes contributions and project participation! There's a bunch of things you can do if you want to contribute! The Contributor Guide has all the information you need for everything from reporting bugs to contributing entire new features. Please don't hesitate to jump in if you'd like to, or even ask us questions if something isn't clear.

API

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

Arguments
  • opts.stdio - the stdio passed to the child process. [0, 1, 2] by default.
  • opts.runConcurrently - Boolean - false by default. If true, lifecycle scripts may run concurrently.
  • opts.extraEnv - Record<string, string> - add some extra env vars to the exec environment of the lifecycle script.
Example
lifecycle()

Current Tags

  • 5.1.2                                ...           latest (5 years ago)
  • 5.0.0                                ...           next (5 years ago)

29 Versions

  • 5.1.2                                ...           5 years ago
  • 5.1.1                                ...           5 years ago
  • 5.1.0                                ...           5 years ago
  • 5.0.1                                ...           5 years ago
  • 5.0.0                                ...           5 years ago
  • 5.0.0-0                                ...           5 years ago
  • 4.2.1                                ...           5 years ago
  • 4.2.0                                ...           5 years ago
  • 4.1.2                                ...           5 years ago
  • 4.1.1                                ...           5 years ago
  • 4.1.0                                ...           6 years ago
  • 4.1.0-0                                ...           6 years ago
  • 4.0.0                                ...           6 years ago
  • 3.2.0                                ...           6 years ago
  • 3.1.4                                ...           6 years ago
  • 3.1.3                                ...           7 years ago
  • 3.1.2                                ...           7 years ago
  • 3.1.1                                ...           7 years ago
  • 3.1.0                                ...           7 years ago
  • 3.0.0                                ...           7 years ago
  • 2.2.0                                ...           7 years ago
  • 2.1.1                                ...           8 years ago
  • 0.0.6                                ...           9 years ago
  • 0.0.5                                ...           9 years ago
  • 0.0.4                                ...           9 years ago
  • 0.0.3                                ...           9 years ago
  • 0.0.2                                ...           9 years ago
  • 0.0.1                                ...           9 years ago
  • 0.0.0                                ...           9 years ago
Maintainers (1)
Downloads
Today 0
This Week 0
This Month 2
Last Day 0
Last Week 2
Last Month 0
Dependencies (8)
Dev Dependencies (8)
Dependents (2)

Copyright 2013 - present © cnpmjs.org | Home |