Skip to content

Commit 5c7b316

Browse files
committed
add extract command to readme
1 parent c1a6d01 commit 5c7b316

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,13 @@ manifest generated by `napi manifest generate`. This provides an interactive
117117
view of your codebase's architecture, helping you identify areas for potential
118118
improvements and refactoring.
119119

120+
### `napi extract`
121+
122+
Extract specific symbols (functions, classes, etc.) from your codebase into
123+
separate files. Use the format `--symbol file|symbol` where file is the path
124+
relative to your project root and symbol is the name to extract. The UI can
125+
generate these commands for convenient copy-pasting when browsing your code.
126+
120127
> **Important**: Run `napi manifest generate` whenever you make significant
121128
> changes to your codebase to ensure your manifest stays up-to-date. The
122129
> manifest data can be integrated into CI/CD workflows to track architectural

0 commit comments

Comments
 (0)