*: use author link instead of npm package (#7730)

This commit is contained in:
Axel Navarro
2022-02-02 15:43:21 -03:00
committed by GitHub
parent 256e1c28c4
commit c2c16f61ac
22 changed files with 22 additions and 22 deletions

View File

@@ -1,7 +1,7 @@
# hsw-cli
> The command-line REST tool for the Handshake wallet.
> More information: <https://npmjs.com/package/hs-client>.
> More information: <https://github.com/handshake-org/hs-client>.
- Unlock the current wallet (timeout in seconds):

View File

@@ -1,7 +1,7 @@
# live-server
> A simple development HTTP server with live reload capability.
> More information: <https://www.npmjs.com/package/live-server>.
> More information: <https://github.com/tapio/live-server>.
- Serve an `index.html` file and reload on changes:

View File

@@ -1,7 +1,7 @@
# npm-check
> Check for outdated, incorrect, and unused npm package dependencies.
> More information: <https://www.npmjs.com/package/npm-check/>.
> More information: <https://github.com/dylang/npm-check>.
- Display a report of outdated, incorrect, and unused dependencies:

View File

@@ -1,7 +1,7 @@
# npm-why
> Identifies why an npm package is installed.
> More information: <https://www.npmjs.com/package/npm-why>.
> More information: <https://github.com/amio/npm-why>.
- Show why an npm package is installed:

View File

@@ -2,7 +2,7 @@
> JavaScript and Node.js package manager.
> Manage Node.js projects and their module dependencies.
> More information: <https://www.npmjs.com/>.
> More information: <https://www.npmjs.com>.
- Interactively create a `package.json` file:

View File

@@ -1,7 +1,7 @@
# npx
> Execute binaries from `npm` packages.
> More information: <https://www.npmjs.com/package/npx>.
> More information: <https://github.com/npm/npx>.
- Execute the binary from a given npm module:

View File

@@ -1,7 +1,7 @@
# p5
> Template builder and sketch manager for p5.js.
> More information: <https://www.npmjs.com/package/p5-manager>.
> More information: <https://github.com/chiunhau/p5-manager>.
- Create a new p5 collection:

View File

@@ -1,7 +1,7 @@
# ts-node
> Run TypeScript code directly, without any compiling.
> More information: <https://www.npmjs.com/package/ts-node>.
> More information: <https://typestrong.org/ts-node>.
- Execute a TypeScript file without compiling (`node` + `tsc`):

View File

@@ -1,7 +1,7 @@
# web-ext
> A command-line tool for managing web extension development.
> More information: <https://www.npmjs.com/package/web-ext>.
> More information: <https://github.com/mozilla/web-ext>.
- Run the web extension in the current directory in Firefox:

View File

@@ -1,7 +1,7 @@
# yarn-why
> Identifies why a Yarn package has been installed.
> More information: <https://www.npmjs.com/package/yarn-why>.
> More information: <https://github.com/amio/yarn-why>.
- Show why a Yarn package is installed: