Skip to content

Commit 3231d25

Browse files
committed
feature: @putout/processor-markdown: split-npm-link: add
1 parent 6751ea5 commit 3231d25

File tree

52 files changed

+133
-54
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

52 files changed

+133
-54
lines changed

codemods/madrun/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @putout/codemod-madrun [![NPM version][NPMIMGURL]][NPMURL]
22

33
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-madrun.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/plugin-madrun"npm"
4+
[NPMURL]: https://npmjs.org/package/@putout/plugin-madrun "npm"
55

66
🐊[**Putout**](https://github.com/coderaiser/putout) plugin adds ability to fix issues with [madrun](https://github.com/coderaiser/madrun) config file.
77

codemods/remove-legacy-from-gitignore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @putout/plugin-remove-legacy-from-gitignore [![NPM version][NPMIMGURL]][NPMURL]
22

33
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-remove-legacy-from-gitignore.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/plugin-remove-legacy-from-gitignore"npm"
4+
[NPMURL]: https://npmjs.org/package/@putout/plugin-remove-legacy-from-gitignore "npm"
55

66
`putout` codemod helps to remove `legacy` from '.gitignore'.
77

codemods/remove-putoutcache-from-gitignore/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @putout/plugin-remove-putoutcache-from-gitignore [![NPM version][NPMIMGURL]][NPMURL]
22

33
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-remove-putoutcache-from-gitignore.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/plugin-remove-putoutcache-from-gitignore"npm"
4+
[NPMURL]: https://npmjs.org/package/@putout/plugin-remove-putoutcache-from-gitignore "npm"
55

66
`putout` codemod helps to remove `.putoutcache` from '.gitignore'.
77

packages/cli-validate-args/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @putout/cli-validate-args [![NPM version][NPMIMGURL]][NPMURL]
22

33
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/cli-validate-args.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/cli-validate-args"npm"
4+
[NPMURL]: https://npmjs.org/package/@putout/cli-validate-args "npm"
55

66
Validate args and propose the closes variaint found by [fastest-levenshtein](https://www.npmjs.com/package/fastest-levenshtein):
77

packages/engine-loader/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @putout/engine-loader [![NPM version][NPMIMGURL]][NPMURL]
22

33
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/engine-loader.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/engine-loader"npm"
4+
[NPMURL]: https://npmjs.org/package/@putout/engine-loader "npm"
55

66
🐊[**Putout**](https://github.com/coderaiser/putout) loader for `plugins` and `processors`.
77

packages/engine-processor/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @putout/engine-processor [![NPM version][NPMIMGURL]][NPMURL]
22

33
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/engine-loader.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/engine-loader"npm"
4+
[NPMURL]: https://npmjs.org/package/@putout/engine-loader "npm"
55

66
🐊[**Putout**](https://github.com/coderaiser/putout) processor that runs all engines according to supported file types.
77

packages/plugin-apply-nullish-coalescing/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @putout/plugin-apply-nullish-coalescing [![NPM version][NPMIMGURL]][NPMURL]
22

33
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-apply-nullish-coalescing.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/plugin-apply-nullish-coalescing"npm"
4+
[NPMURL]: https://npmjs.org/package/@putout/plugin-apply-nullish-coalescing "npm"
55

66
> The **nullish coalescing** operator (`??`) is a logical operator that returns its right-hand side operand when its left-hand side operand is `null` or `undefined`, and otherwise returns its left-hand side operand.
77
> This can be seen as a special case of the logical OR (`||`) operator, which returns the right-hand side operand if the left operand is any falsy value, not only `null` or `undefined`. In other words, if you use `||` to provide some default value to another variable foo, you may encounter unexpected behaviors if you consider some falsy values as usable (e.g., `''` or `0`).

packages/plugin-arguments/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @putout/plugin-arguments [![NPM version][NPMIMGURL]][NPMURL]
22

33
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-arguments.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/plugin-arguments"npm"
4+
[NPMURL]: https://npmjs.org/package/@putout/plugin-arguments "npm"
55

66
🐊[**Putout**](https://github.com/coderaiser/putout) plugin adds ability to find and remove useless `arguments`.
77

packages/plugin-browserlist/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @putout/plugin-browserlist [![NPM version][NPMIMGURL]][NPMURL]
22

33
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-browserlist.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/plugin-browserlist"npm"
4+
[NPMURL]: https://npmjs.org/package/@putout/plugin-browserlist "npm"
55

66
🐊[**Putout**](https://github.com/coderaiser/putout) plugin helps with [browserlist](https://github.com/browserslist/browserslist).
77

packages/plugin-cloudcmd/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# @putout/plugin-cloudcmd [![NPM version][NPMIMGURL]][NPMURL]
22

33
[NPMIMGURL]: https://img.shields.io/npm/v/@putout/plugin-cloudcmd.svg?style=flat&longCache=true
4-
[NPMURL]: https://npmjs.org/package/@putout/plugin-cloudcmd"npm"
4+
[NPMURL]: https://npmjs.org/package/@putout/plugin-cloudcmd "npm"
55

66
🐊[**Putout**](https://github.com/coderaiser/putout) plugin adds ability to transform to new [Cloud Commander](https://cloudcmd.io) API.
77

0 commit comments

Comments
 (0)