Skip to content

Commit

Permalink
update docs
Browse files Browse the repository at this point in the history
  • Loading branch information
bisquit committed Aug 16, 2023
1 parent 3fe1642 commit 6eda539
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# ts-rename-all

![version](https://img.shields.io/github/package-json/v/bisquit/ts-rename-all)
<a href="https://www.npmjs.com/org/ts-rename-all"><img src="https://img.shields.io/github/package-json/v/bisquit/ts-rename-all"></a>
[![CI](https://github.com/bisquit/ts-rename-all/actions/workflows/ci.yml/badge.svg)](https://github.com/bisquit/ts-rename-all/actions/workflows/ci.yml)
[![Known Vulnerabilities](https://snyk.io/test/github/bisquit/ts-rename-all/badge.svg)](https://snyk.io/test/github/bisquit/ts-rename-all)

Expand All @@ -12,12 +12,12 @@ See package README or [documentation](https://bisquit.github.io/ts-rename-all/).

## Packages

| Package | Description | Version |
| ---------------------------------------- | ---------------- | -------------------------------------------------------------------------------------------------------------------------------- |
| [@ts-rename-all/core](packages/core) | Core APIs | <a href="https://www.npmjs.com/package/@ts-rename-all/core"><img src="https://img.shields.io/npm/v/@ts-rename-all/core"></a> |
| [@ts-rename-all/cli](packages/cli) | CLI client | <a href="https://www.npmjs.com/package/@ts-rename-all/cli"><img src="https://img.shields.io/npm/v/@ts-rename-all/cli"></a> |
| [@ts-rename-all/shared](packages/shared) | Shared utilities | <a href="https://www.npmjs.com/package/@ts-rename-all/shared"><img src="https://img.shields.io/npm/v/@ts-rename-all/shared"></a> |
| [vscode-ts-rename-all](packages/vscode) | VSCode Extension | ![version](https://img.shields.io/github/package-json/v/bisquit/ts-rename-all?filename=packages%2Fvscode%2Fpackage.json) |
| Package | Description | Version |
| ---------------------------------------- | ---------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| [@ts-rename-all/core](packages/core) | Core APIs | <a href="https://www.npmjs.com/package/@ts-rename-all/core"><img src="https://img.shields.io/npm/v/@ts-rename-all/core"></a> |
| [@ts-rename-all/cli](packages/cli) | CLI client | <a href="https://www.npmjs.com/package/@ts-rename-all/cli"><img src="https://img.shields.io/npm/v/@ts-rename-all/cli"></a> |
| [@ts-rename-all/shared](packages/shared) | Shared utilities | <a href="https://www.npmjs.com/package/@ts-rename-all/shared"><img src="https://img.shields.io/npm/v/@ts-rename-all/shared"></a> |
| [vscode-ts-rename-all](packages/vscode) | VSCode Extension | <a href="https://marketplace.visualstudio.com/items?itemName=bisquit.vscode-ts-rename-all"><img src="https://img.shields.io/visual-studio-marketplace/v/bisquit.vscode-ts-rename-all?color=blue"></a> |

## License

Expand Down
2 changes: 2 additions & 0 deletions packages/vscode/README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# vscode-ts-rename-all

<a href="https://marketplace.visualstudio.com/items?itemName=bisquit.vscode-ts-rename-all"><img src="https://img.shields.io/visual-studio-marketplace/v/bisquit.vscode-ts-rename-all?color=blue"></a>

Once rename a file name, then symbols are also renamed.

## Why?
Expand Down

0 comments on commit 6eda539

Please sign in to comment.