*: use author link instead of npm package (#7730)
This commit is contained in:
@@ -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):
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -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`):
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
@@ -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:
|
||||
|
||||
|
Reference in New Issue
Block a user