Skip to content

Commit

Permalink
docs(repo): updated documentation to include yarn instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
sridharmallela committed Jan 24, 2025
1 parent bc22de6 commit d3e4aef
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 3 deletions.
6 changes: 5 additions & 1 deletion docs/commitlint-config.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,11 @@ This package is a [`commitlint`](https://github.com/conventional-changelog/commi
## Installation

```bash
$ npm i --save-dev commitlint-config-smallela
$ npm i --save-dev commitlint-config-smallela
```

```bash
$ yarn add --dev commitlint-config-smallela
```

## Usage
Expand Down
4 changes: 4 additions & 0 deletions docs/npm-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,10 @@ permalink: '/npm-commands'
$ npm i --save-dev npm-commands-smallela
```

```bash
$ yarn add --dev npm-commands-smallela
```

## Usage

```ts
Expand Down
8 changes: 6 additions & 2 deletions docs/nx-commands.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,15 +10,15 @@ permalink: '/nx-commands'

This module exports all the commands that Nx supports programmatically.

## Table of Contents

<!-- TOC -->

- [Table of Contents](#table-of-contents)
- [Installation](#installation)
- [Usage](#usage)
- [License](#license)

<!-- /TOC -->license)

<!-- /TOC -->

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

```bash
$ yarn add --dev nx-commands-smallela
```

## Usage

```ts
Expand Down
4 changes: 4 additions & 0 deletions docs/print-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,10 @@ Generate a printable representation of ASCII text. Thanks to [Figlet](https://ww
$ npm i --save-dev print-cli
```

```bash
$ yarn add --dev print-cli
```

## Usage

```bash
Expand Down
4 changes: 4 additions & 0 deletions docs/versions-checker.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,10 @@ Check installed versions of node, npm, yarn, and git
$ npm i --save-dev versions-checker
```

```bash
$ yarn add --dev versions-checker
```

## Usage

```bash
Expand Down

0 comments on commit d3e4aef

Please sign in to comment.