1+ <!--
2+
3+ @license Apache-2.0
4+
5+ Copyright (c) 2018 The Stdlib Authors.
6+
7+ Licensed under the Apache License, Version 2.0 (the "License");
8+ you may not use this file except in compliance with the License.
9+ You may obtain a copy of the License at
10+
11+ http://www.apache.org/licenses/LICENSE-2.0
12+
13+ Unless required by applicable law or agreed to in writing, software
14+ distributed under the License is distributed on an "AS IS" BASIS,
15+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
16+ See the License for the specific language governing permissions and
17+ limitations under the License.
18+
19+ -->
20+
121# init
222
323> Initialization commands.
@@ -30,6 +50,8 @@ Usage: make <command> [<ENV_VAR>=<value> <ENV_VAR>=<value> ...]
3050
3151Performs development initialization tasks.
3252
53+ <!-- run-disable -->
54+
3355``` bash
3456$ make init
3557```
@@ -42,6 +64,8 @@ $ make init
4264
4365Initializes custom [ ESLint] [ eslint ] rules.
4466
67+ <!-- run-disable -->
68+
4569``` bash
4670$ make init-stdlib-custom-eslint-rules-plugin
4771```
@@ -50,6 +74,8 @@ $ make init-stdlib-custom-eslint-rules-plugin
5074
5175Initializes custom [ ESLint] [ eslint ] plugins.
5276
77+ <!-- run-disable -->
78+
5379``` bash
5480$ make init-stdlib-custom-eslint-plugins
5581```
@@ -58,6 +84,8 @@ $ make init-stdlib-custom-eslint-plugins
5884
5985Removes custom [ ESLint] [ eslint ] rules.
6086
87+ <!-- run-disable -->
88+
6189``` bash
6290$ make clean-stdlib-custom-eslint-rules-plugin
6391```
@@ -66,6 +94,8 @@ $ make clean-stdlib-custom-eslint-rules-plugin
6694
6795Removes custom [ ESLint] [ eslint ] plugins.
6896
97+ <!-- run-disable -->
98+
6999``` bash
70100$ make clean-stdlib-custom-eslint-plugins
71101```
@@ -80,6 +110,8 @@ $ make clean-stdlib-custom-eslint-plugins
80110
81111Installs [ Git hooks] [ git-hooks ] .
82112
113+ <!-- run-disable -->
114+
83115``` bash
84116$ make init-git-hooks
85117```
0 commit comments