Skip to content

Commit d3e4aef

Browse files
docs(repo): updated documentation to include yarn instructions
1 parent bc22de6 commit d3e4aef

File tree

5 files changed

+23
-3
lines changed

5 files changed

+23
-3
lines changed

docs/commitlint-config.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,11 @@ This package is a [`commitlint`](https://github.com/conventional-changelog/commi
3434
## Installation
3535

3636
```bash
37-
$ npm i --save-dev commitlint-config-smallela
37+
$ npm i --save-dev commitlint-config-smallela
38+
```
39+
40+
```bash
41+
$ yarn add --dev commitlint-config-smallela
3842
```
3943

4044
## Usage

docs/npm-commands.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,10 @@ permalink: '/npm-commands'
2525
$ npm i --save-dev npm-commands-smallela
2626
```
2727

28+
```bash
29+
$ yarn add --dev npm-commands-smallela
30+
```
31+
2832
## Usage
2933

3034
```ts

docs/nx-commands.md

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ permalink: '/nx-commands'
1010

1111
This module exports all the commands that Nx supports programmatically.
1212

13+
## Table of Contents
14+
1315
<!-- TOC -->
1416

1517
- [Table of Contents](#table-of-contents)
1618
- [Installation](#installation)
1719
- [Usage](#usage)
1820
- [License](#license)
1921

20-
<!-- /TOC -->license)
21-
2222
<!-- /TOC -->
2323

2424
## Installation
@@ -27,6 +27,10 @@ This module exports all the commands that Nx supports programmatically.
2727
$ npm i --save-dev nx-commands-smallela
2828
```
2929

30+
```bash
31+
$ yarn add --dev nx-commands-smallela
32+
```
33+
3034
## Usage
3135

3236
```ts

docs/print-cli.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,10 @@ Generate a printable representation of ASCII text. Thanks to [Figlet](https://ww
3232
$ npm i --save-dev print-cli
3333
```
3434

35+
```bash
36+
$ yarn add --dev print-cli
37+
```
38+
3539
## Usage
3640

3741
```bash

docs/versions-checker.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,10 @@ Check installed versions of node, npm, yarn, and git
3434
$ npm i --save-dev versions-checker
3535
```
3636

37+
```bash
38+
$ yarn add --dev versions-checker
39+
```
40+
3741
## Usage
3842

3943
```bash

0 commit comments

Comments
 (0)