Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorLuke Karrys <luke@lukekarrys.com>2022-04-01 21:34:21 +0300
committerGitHub <noreply@github.com>2022-04-01 21:34:21 +0300
commit2829cb28a432b5ff7beeeb3bf3e7e2e174c1121d (patch)
tree471d6712da6486d614ff70d211584ece3b17fa68 /workspaces
parent7ae49b5fe39cf1bb7216866289d2b66129b93593 (diff)
fix: update readme badges (#4658)
Diffstat (limited to 'workspaces')
-rw-r--r--workspaces/arborist/README.md4
-rw-r--r--workspaces/libnpmaccess/README.md3
-rw-r--r--workspaces/libnpmdiff/README.md4
-rw-r--r--workspaces/libnpmexec/README.md3
-rw-r--r--workspaces/libnpmfund/README.md3
-rw-r--r--workspaces/libnpmhook/README.md2
-rw-r--r--workspaces/libnpmorg/README.md3
-rw-r--r--workspaces/libnpmpack/README.md3
-rw-r--r--workspaces/libnpmpublish/README.md4
-rw-r--r--workspaces/libnpmsearch/README.md2
-rw-r--r--workspaces/libnpmteam/README.md3
-rw-r--r--workspaces/libnpmversion/README.md4
12 files changed, 21 insertions, 17 deletions
diff --git a/workspaces/arborist/README.md b/workspaces/arborist/README.md
index ee79a3bf2..e4a58239a 100644
--- a/workspaces/arborist/README.md
+++ b/workspaces/arborist/README.md
@@ -1,5 +1,9 @@
# @npmcli/arborist
+[![npm version](https://img.shields.io/npm/v/@npmcli/arborist.svg)](https://npm.im/@npmcli/arborist)
+[![license](https://img.shields.io/npm/l/@npmcli/arborist.svg)](https://npm.im/@npmcli/arborist)
+[![CI - @npmcli/arborist](https://github.com/npm/cli/actions/workflows/ci-npmcli-arborist.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-npmcli-arborist.yml)
+
Inspect and manage `node_modules` trees.
![a tree with the word ARBORIST superimposed on it](https://raw.githubusercontent.com/npm/arborist/main/docs/logo.svg?sanitize=true)
diff --git a/workspaces/libnpmaccess/README.md b/workspaces/libnpmaccess/README.md
index c07934459..3e35562cf 100644
--- a/workspaces/libnpmaccess/README.md
+++ b/workspaces/libnpmaccess/README.md
@@ -2,8 +2,7 @@
[![npm version](https://img.shields.io/npm/v/libnpmaccess.svg)](https://npm.im/libnpmaccess)
[![license](https://img.shields.io/npm/l/libnpmaccess.svg)](https://npm.im/libnpmaccess)
-[![GitHub Actions](https://github.com/npm/libnpmaccess/workflows/Node%20CI/badge.svg)](https://github.com/npm/libnpmaccess/actions?query=workflow%3A%22Node+CI%22)
-[![Coverage Status](https://coveralls.io/repos/github/npm/libnpmaccess/badge.svg?branch=latest)](https://coveralls.io/github/npm/libnpmaccess?branch=latest)
+[![CI - libnpmaccess](https://github.com/npm/cli/actions/workflows/ci-libnpmaccess.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmaccess.yml)
[`libnpmaccess`](https://github.com/npm/libnpmaccess) is a Node.js
library that provides programmatic access to the guts of the npm CLI's `npm
diff --git a/workspaces/libnpmdiff/README.md b/workspaces/libnpmdiff/README.md
index 6c60f714b..b8eb083bd 100644
--- a/workspaces/libnpmdiff/README.md
+++ b/workspaces/libnpmdiff/README.md
@@ -2,9 +2,7 @@
[![npm version](https://img.shields.io/npm/v/libnpmdiff.svg)](https://npm.im/libnpmdiff)
[![license](https://img.shields.io/npm/l/libnpmdiff.svg)](https://npm.im/libnpmdiff)
-[![GitHub Actions](https://github.com/npm/libnpmdiff/workflows/node-ci/badge.svg)](https://github.com/npm/libnpmdiff/actions?query=workflow%3Anode-ci)
-[![Coverage Status](https://coveralls.io/repos/github/npm/libnpmdiff/badge.svg?branch=main)](https://coveralls.io/github/npm/libnpmdiff?branch=main)
-
+[![CI - libnpmdiff](https://github.com/npm/cli/actions/workflows/ci-libnpmdiff.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmdiff.yml)
The registry diff lib.
## Table of Contents
diff --git a/workspaces/libnpmexec/README.md b/workspaces/libnpmexec/README.md
index 74d6f5211..dc79d12cf 100644
--- a/workspaces/libnpmexec/README.md
+++ b/workspaces/libnpmexec/README.md
@@ -2,8 +2,7 @@
[![npm version](https://img.shields.io/npm/v/libnpmexec.svg)](https://npm.im/libnpmexec)
[![license](https://img.shields.io/npm/l/libnpmexec.svg)](https://npm.im/libnpmexec)
-[![GitHub Actions](https://github.com/npm/libnpmexec/workflows/node-ci/badge.svg)](https://github.com/npm/libnpmexec/actions?query=workflow%3Anode-ci)
-[![Coverage Status](https://coveralls.io/repos/github/npm/libnpmexec/badge.svg?branch=main)](https://coveralls.io/github/npm/libnpmexec?branch=main)
+[![CI - libnpmexec](https://github.com/npm/cli/actions/workflows/ci-libnpmexec.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmexec.yml)
The `npm exec` (`npx`) Programmatic API
diff --git a/workspaces/libnpmfund/README.md b/workspaces/libnpmfund/README.md
index 8ab663f63..6072b11d9 100644
--- a/workspaces/libnpmfund/README.md
+++ b/workspaces/libnpmfund/README.md
@@ -2,8 +2,7 @@
[![npm version](https://img.shields.io/npm/v/libnpmfund.svg)](https://npm.im/libnpmfund)
[![license](https://img.shields.io/npm/l/libnpmfund.svg)](https://npm.im/libnpmfund)
-[![GitHub Actions](https://github.com/npm/libnpmfund/workflows/node-ci/badge.svg)](https://github.com/npm/libnpmfund/actions?query=workflow%3Anode-ci)
-[![Coverage Status](https://coveralls.io/repos/github/npm/libnpmfund/badge.svg?branch=master)](https://coveralls.io/github/npm/libnpmfund?branch=master)
+[![CI - libnpmfund](https://github.com/npm/cli/actions/workflows/ci-libnpmfund.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmfund.yml)
[`libnpmfund`](https://github.com/npm/libnpmfund) is a Node.js library for
retrieving **funding** information for packages installed using
diff --git a/workspaces/libnpmhook/README.md b/workspaces/libnpmhook/README.md
index ce6e8c1a5..309f8041d 100644
--- a/workspaces/libnpmhook/README.md
+++ b/workspaces/libnpmhook/README.md
@@ -2,7 +2,7 @@
[![npm version](https://img.shields.io/npm/v/libnpmhook.svg)](https://npm.im/libnpmhook)
[![license](https://img.shields.io/npm/l/libnpmhook.svg)](https://npm.im/libnpmhook)
-[![Coverage Status](https://coveralls.io/repos/github/npm/libnpmhook/badge.svg?branch=latest)](https://coveralls.io/github/npm/libnpmhook?branch=latest)
+[![CI - libnpmhook](https://github.com/npm/cli/actions/workflows/ci-libnpmhook.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmhook.yml)
[`libnpmhook`](https://github.com/npm/libnpmhook) is a Node.js library for
programmatically managing the npm registry's server-side hooks.
diff --git a/workspaces/libnpmorg/README.md b/workspaces/libnpmorg/README.md
index b2e1ed589..d5165523e 100644
--- a/workspaces/libnpmorg/README.md
+++ b/workspaces/libnpmorg/README.md
@@ -2,8 +2,7 @@
[![npm version](https://img.shields.io/npm/v/libnpmorg.svg)](https://npm.im/libnpmorg)
[![license](https://img.shields.io/npm/l/libnpmorg.svg)](https://npm.im/libnpmorg)
-[![GitHub Actions](https://github.com/npm/libnpmorg/workflows/Node%20CI/badge.svg)](https://github.com/npm/libnpmorg/workflows/Node%20CI/badge.svg)
-[![Coverage Status](https://coveralls.io/repos/github/npm/libnpmorg/badge.svg?branch=latest)](https://coveralls.io/github/npm/libnpmorg?branch=latest)
+[![CI - libnpmorg](https://github.com/npm/cli/actions/workflows/ci-libnpmorg.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmorg.yml)
[`libnpmorg`](https://github.com/npm/libnpmorg) is a Node.js library for
programmatically accessing the [npm Org membership
diff --git a/workspaces/libnpmpack/README.md b/workspaces/libnpmpack/README.md
index 74b4934b0..e3ed416a7 100644
--- a/workspaces/libnpmpack/README.md
+++ b/workspaces/libnpmpack/README.md
@@ -2,8 +2,7 @@
[![npm version](https://img.shields.io/npm/v/libnpmpack.svg)](https://npm.im/libnpmpack)
[![license](https://img.shields.io/npm/l/libnpmpack.svg)](https://npm.im/libnpmpack)
-[![GitHub Actions](https://github.com/npm/libnpmpack/workflows/Node%20CI/badge.svg)](https://github.com/npm/libnpmpack/actions?query=workflow%3A%22Node+CI%22)
-[![Coverage Status](https://coveralls.io/repos/github/npm/libnpmpack/badge.svg?branch=latest)](https://coveralls.io/github/npm/libnpmpack?branch=latest)
+[![CI - libnpmpack](https://github.com/npm/cli/actions/workflows/ci-libnpmpack.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmpack.yml)
[`libnpmpack`](https://github.com/npm/libnpmpack) is a Node.js library for
programmatically packing tarballs from a local directory or from a registry or github spec. If packing from a local source, `libnpmpack` will also run the `prepack` and `postpack` lifecycles.
diff --git a/workspaces/libnpmpublish/README.md b/workspaces/libnpmpublish/README.md
index 0da46e89d..85fb73e52 100644
--- a/workspaces/libnpmpublish/README.md
+++ b/workspaces/libnpmpublish/README.md
@@ -1,5 +1,9 @@
# libnpmpublish
+[![npm version](https://img.shields.io/npm/v/libnpmpublish.svg)](https://npm.im/libnpmpublish)
+[![license](https://img.shields.io/npm/l/libnpmpublish.svg)](https://npm.im/libnpmpublish)
+[![CI - libnpmpublish](https://github.com/npm/cli/actions/workflows/ci-libnpmpublish.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmpublish.yml)
+
[`libnpmpublish`](https://github.com/npm/libnpmpublish) is a Node.js
library for programmatically publishing and unpublishing npm packages. Give
it a manifest as an object and a tarball as a Buffer, and it'll put them on
diff --git a/workspaces/libnpmsearch/README.md b/workspaces/libnpmsearch/README.md
index 31f44fe24..86d75b16a 100644
--- a/workspaces/libnpmsearch/README.md
+++ b/workspaces/libnpmsearch/README.md
@@ -2,7 +2,7 @@
[![npm version](https://img.shields.io/npm/v/libnpmsearch.svg)](https://npm.im/libnpmsearch)
[![license](https://img.shields.io/npm/l/libnpmsearch.svg)](https://npm.im/libnpmsearch)
-[![Coverage Status](https://coveralls.io/repos/github/npm/libnpmsearch/badge.svg?branch=latest)](https://coveralls.io/github/npm/libnpmsearch?branch=latest)
+[![CI - libnpmsearch](https://github.com/npm/cli/actions/workflows/ci-libnpmsearch.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmsearch.yml)
[`libnpmsearch`](https://github.com/npm/libnpmsearch) is a Node.js library for
programmatically accessing the npm search endpoint. It does **not** support
diff --git a/workspaces/libnpmteam/README.md b/workspaces/libnpmteam/README.md
index 603cf6622..97323f82a 100644
--- a/workspaces/libnpmteam/README.md
+++ b/workspaces/libnpmteam/README.md
@@ -2,8 +2,7 @@
[![npm version](https://img.shields.io/npm/v/libnpmteam.svg)](https://npm.im/libnpmteam)
[![license](https://img.shields.io/npm/l/libnpmteam.svg)](https://npm.im/libnpmteam)
-[![GitHub Actions](https://github.com/npm/libnpmteam/workflows/Node%20CI/badge.svg)](https://github.com/npm/libnpmteam/workflows/Node%20CI/badge.svg)
-[![Coverage Status](https://coveralls.io/repos/github/npm/libnpmteam/badge.svg?branch=latest)](https://coveralls.io/github/npm/libnpmteam?branch=latest)
+[![CI - libnpmteam](https://github.com/npm/cli/actions/workflows/ci-libnpmteam.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmteam.yml)
[`libnpmteam`](https://github.com/npm/libnpmteam) is a Node.js
library that provides programmatic access to the guts of the npm CLI's `npm
diff --git a/workspaces/libnpmversion/README.md b/workspaces/libnpmversion/README.md
index 165d16a2b..ac9ee50ae 100644
--- a/workspaces/libnpmversion/README.md
+++ b/workspaces/libnpmversion/README.md
@@ -1,5 +1,9 @@
# libnpmversion
+[![npm version](https://img.shields.io/npm/v/libnpmversion.svg)](https://npm.im/libnpmversion)
+[![license](https://img.shields.io/npm/l/libnpmversion.svg)](https://npm.im/libnpmversion)
+[![CI - libnpmversion](https://github.com/npm/cli/actions/workflows/ci-libnpmversion.yml/badge.svg)](https://github.com/npm/cli/actions/workflows/ci-libnpmversion.yml)
+
Library to do the things that 'npm version' does.
## USAGE