Skip to content

Commit

Permalink
docs(suspensive.org): add codemods usage options
Browse files Browse the repository at this point in the history
  • Loading branch information
gwansikk committed Dec 21, 2024
1 parent d1c3998 commit c2450d0
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
5 changes: 5 additions & 0 deletions docs/suspensive.org/src/pages/en/docs/codemods/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ Adjust `<transform>` and `<path>` to match the environment where you want to app

- `<transform>`: name of transform
- `<path>`: files or directory to transform

You can use the following options.

- `--dry`: Output the transformation result without modifying the file.
- `--print`: Output the transformation result to the console.
5 changes: 5 additions & 0 deletions docs/suspensive.org/src/pages/ko/docs/codemods/usage.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -22,3 +22,8 @@ Codemod를 적용하고자 하는 환경에서 맞춰서 `<transform>`과 `<path

- `<transform>`: 실행할 Codemods의 이름
- `<path>`: 변환할 디렉터리

다음 옵션을 사용할 수 있습니다.

- `--dry`: 변환 결과를 출력하지만 파일을 수정하지 않습니다.
- `--print`: 변환 결과를 콘솔에 출력합니다.

0 comments on commit c2450d0

Please sign in to comment.