Skip to content

Commit

Permalink
Run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
edoardocavazza committed Jan 7, 2025
1 parent 83fac72 commit 4e419f5
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 10 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ npm run plasma

## Documentation

- [Get started](https://chialab.github.io/plasma/guide)
- [Options](https://chialab.github.io/plasma/guide/options)
- [Get started](https://chialab.github.io/plasma/guide)
- [Options](https://chialab.github.io/plasma/guide/options)

---

Expand Down
16 changes: 8 additions & 8 deletions docs/guide/options.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,29 +6,29 @@ The custom elements manifest path to use to generate the wrappers. If not specif

## Entrypoint

- `--entrypoint`, `-e`
- Type: `string`
- `--entrypoint`, `-e`
- Type: `string`

The original module entrypoint to use to import component implementation and types.
If the entrypoint is the main module of the package, it matches the name of NPM module.

## Outdir

- `--outdir`, `-o`
- Type: `string`
- `--outdir`, `-o`
- Type: `string`

The output directory where to save the generated wrappers. It allows the use of the `[framework]` placeholder to customize the output path.

## Frameworks

- `--frameworks`, `-f`
- Type: `string[]`
- `--frameworks`, `-f`
- Type: `string[]`

The frameworks to convert to. It is a comma separated list of framework names.

## Yes

- `--yes`, `-y`
- Type: `boolean`
- `--yes`, `-y`
- Type: `boolean`

Convert all candidates to all available frameworks.

0 comments on commit 4e419f5

Please sign in to comment.