mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-24 03:24:16 +02:00
*: use a more specific more info link, io domain (#17676)
Co-authored-by: Dylan <145150333+dmmqz@users.noreply.github.com>
This commit is contained in:
parent
67b11902c3
commit
fc3a8d07a1
16 changed files with 16 additions and 18 deletions
|
@ -1,7 +1,7 @@
|
||||||
# babel
|
# babel
|
||||||
|
|
||||||
> A transpiler which converts code from JavaScript ES6/ES7 syntax to ES5 syntax.
|
> A transpiler which converts code from JavaScript ES6/ES7 syntax to ES5 syntax.
|
||||||
> More information: <https://babeljs.io/>.
|
> More information: <https://babeljs.io/docs/babel-cli>.
|
||||||
|
|
||||||
- Transpile a specified input file and output to `stdout`:
|
- Transpile a specified input file and output to `stdout`:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> A package manager optimized for front-end web development.
|
> A package manager optimized for front-end web development.
|
||||||
> A package can be a GitHub user/repo shorthand, a Git endpoint, a URL or a registered package.
|
> A package can be a GitHub user/repo shorthand, a Git endpoint, a URL or a registered package.
|
||||||
> More information: <https://bower.io/>.
|
> More information: <https://bower.io/#getting-started>.
|
||||||
|
|
||||||
- Install a project's dependencies, listed in its bower.json:
|
- Install a project's dependencies, listed in its bower.json:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# codecrafters
|
# codecrafters
|
||||||
|
|
||||||
> Practice writing complex software.
|
> Practice writing complex software.
|
||||||
> More information: <https://codecrafters.io/>.
|
> More information: <https://docs.codecrafters.io/cli/usage>.
|
||||||
|
|
||||||
- Run tests without committing changes:
|
- Run tests without committing changes:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> The open source, decentralized and cross-platform package manager to create and share all your native binaries.
|
> The open source, decentralized and cross-platform package manager to create and share all your native binaries.
|
||||||
> Some subcommands such as `frogarian` have their own usage documentation.
|
> Some subcommands such as `frogarian` have their own usage documentation.
|
||||||
> More information: <https://conan.io/>.
|
> More information: <https://docs.conan.io/2/reference/commands.html>.
|
||||||
|
|
||||||
- Install packages based on `conanfile.txt`:
|
- Install packages based on `conanfile.txt`:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# ctags
|
# ctags
|
||||||
|
|
||||||
> Generate an index (or tag) file of language objects found in source files for many popular programming languages.
|
> Generate an index (or tag) file of language objects found in source files for many popular programming languages.
|
||||||
> More information: <https://ctags.io/>.
|
> More information: <https://docs.ctags.io/en/latest/man/ctags.1.html>.
|
||||||
|
|
||||||
- Generate tags for a single file, and output them to a file named "tags" in the current directory, overwriting the file if it exists:
|
- Generate tags for a single file, and output them to a file named "tags" in the current directory, overwriting the file if it exists:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# esbuild
|
# esbuild
|
||||||
|
|
||||||
> JavaScript bundler and minifier built for speed.
|
> JavaScript bundler and minifier built for speed.
|
||||||
> More information: <https://esbuild.github.io/>.
|
> More information: <https://esbuild.github.io/api/#general-options>.
|
||||||
|
|
||||||
- Bundle a JavaScript application and print to `stdout`:
|
- Bundle a JavaScript application and print to `stdout`:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# hexo
|
# hexo
|
||||||
|
|
||||||
> A fast, simple & powerful blog framework.
|
> A fast, simple & powerful blog framework.
|
||||||
> More information: <https://hexo.io/>.
|
> More information: <https://hexo.io/docs/commands>.
|
||||||
|
|
||||||
- Initialize a website:
|
- Initialize a website:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Template-based static site generator. Uses modules, components, and themes.
|
> Template-based static site generator. Uses modules, components, and themes.
|
||||||
> Some subcommands such as `server` have their own usage documentation.
|
> Some subcommands such as `server` have their own usage documentation.
|
||||||
> More information: <https://gohugo.io>.
|
> More information: <https://gohugo.io/commands/>.
|
||||||
|
|
||||||
- Create a new Hugo site:
|
- Create a new Hugo site:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# packer
|
# packer
|
||||||
|
|
||||||
> Build automated machine images.
|
> Build automated machine images.
|
||||||
> More information: <https://www.packer.io/>.
|
> More information: <https://developer.hashicorp.com/packer/docs/commands>.
|
||||||
|
|
||||||
- Build an image:
|
- Build an image:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# prettier
|
# prettier
|
||||||
|
|
||||||
> An opinionated code formatter for JavaScript, JSON, CSS, YAML, and more.
|
> An opinionated code formatter for JavaScript, JSON, CSS, YAML, and more.
|
||||||
> More information: <https://prettier.io/>.
|
> More information: <https://prettier.io/docs/cli>.
|
||||||
|
|
||||||
- Format a file and print the result to `stdout`:
|
- Format a file and print the result to `stdout`:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# streamlit
|
# streamlit
|
||||||
|
|
||||||
> Framework for creating interactive, data-driven web apps in Python.
|
> Framework for creating interactive, data-driven web apps in Python.
|
||||||
> More information: <https://docs.streamlit.io/>.
|
> More information: <https://docs.streamlit.io/develop/api-reference/cli>.
|
||||||
|
|
||||||
- Check for the Streamlit installation:
|
- Check for the Streamlit installation:
|
||||||
|
|
||||||
|
|
|
@ -1,8 +1,6 @@
|
||||||
# todoman
|
# todoman
|
||||||
|
|
||||||
> A simple, standards-based, cli todo manager.
|
> This command is an alias of `todo`.
|
||||||
> `todoman` is a common name for the command `todo`, but not a command itself.
|
|
||||||
> More information: <https://todoman.readthedocs.io/>.
|
|
||||||
|
|
||||||
- View documentation for the original command:
|
- View documentation for the original command:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# tqdm
|
# tqdm
|
||||||
|
|
||||||
> Show progress over time of a command.
|
> Show progress over time of a command.
|
||||||
> More information: <https://tqdm.github.io/>.
|
> More information: <https://tqdm.github.io/docs/cli/>.
|
||||||
|
|
||||||
- Show iterations per second and use `stdout` afterwards:
|
- Show iterations per second and use `stdout` afterwards:
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
# typeorm
|
# typeorm
|
||||||
|
|
||||||
> A JavaScript ORM that can run on Node.js, browser, Cordova, Ionic, React Native, NativeScript, and Electron platforms.
|
> A JavaScript ORM that can run on Node.js, browser, Cordova, Ionic, React Native, NativeScript, and Electron platforms.
|
||||||
> More information: <https://typeorm.io/>.
|
> More information: <https://typeorm.io/docs/advanced-topics/using-cli/#initialize-a-new-typeorm-project>.
|
||||||
|
|
||||||
- Generate a new initial TypeORM project structure:
|
- Generate a new initial TypeORM project structure:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Automatic Bug Reporting Tool for Fedora-based systems.
|
> Automatic Bug Reporting Tool for Fedora-based systems.
|
||||||
> Used to detect, analyze, and report application crashes.
|
> Used to detect, analyze, and report application crashes.
|
||||||
> More information: <https://abrt.readthedocs.io/>.
|
> More information: <https://abrt.readthedocs.io/en/latest/usage.html>.
|
||||||
|
|
||||||
- List detected problems:
|
- List detected problems:
|
||||||
|
|
||||||
|
|
|
@ -2,7 +2,7 @@
|
||||||
|
|
||||||
> Easy security-hardened OpenVPN setup and manager.
|
> Easy security-hardened OpenVPN setup and manager.
|
||||||
> Originally designed for the Raspberry Pi, but works on other Linux devices too.
|
> Originally designed for the Raspberry Pi, but works on other Linux devices too.
|
||||||
> More information: <https://www.pivpn.io/>.
|
> More information: <https://docs.pivpn.io/openvpn/>.
|
||||||
|
|
||||||
- Add a new client device:
|
- Add a new client device:
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue