Skip to content

Commit

Permalink
chore: apply automated fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
autofix-ci[bot] authored Feb 12, 2024
1 parent de6d9c8 commit 2b58e08
Showing 1 changed file with 1 addition and 75 deletions.
76 changes: 1 addition & 75 deletions test/fixture/OUTPUT.md
Original file line number Diff line number Diff line change
@@ -1,75 +1 @@
# Automd built-in generator fixtures

## `badges`

<!-- automd:badges -->

[![npm version](https://flat.badgen.net/npm/v/automd)](https://npmjs.com/package/automd)
[![npm downloads](https://flat.badgen.net/npm/dm/automd)](https://npmjs.com/package/automd)

<!-- /automd -->

## `pm-x`

<!-- automd:pm-x args=. -->

```sh
# npm
npx automd@0.2.0 .

# pnpm
pnpm dlx automd@0.2.0 .

# bun
bunx automd@0.2.0 .
```

<!-- /automd -->

## `pm-install`

<!-- automd:pm-install dev separate-->

```sh
# ✨ Auto-detect
npx nypm i -D automd@^0.2.0
```

```sh
# npm
npm install -D automd@^0.2.0
```

```sh
# yarn
yarn add -D automd@^0.2.0
```

```sh
# pnpm
pnpm install -D automd@^0.2.0
```

```sh
# bun
bun install -D automd@^0.2.0
```

<!-- /automd -->

## `jsdocs`

<!-- automd:jsdocs -->

### `add(a, b)`

Adds two numbers together.

**Example:**

```js
add(1, 2); // 3
```


<!-- /automd -->
undefined

0 comments on commit 2b58e08

Please sign in to comment.