-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
de6d9c8
commit 2b58e08
Showing
1 changed file
with
1 addition
and
75 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |