File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed
Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,13 @@ manifest generated by `napi manifest generate`. This provides an interactive
117117view of your codebase's architecture, helping you identify areas for potential
118118improvements 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
You can’t perform that action at this time.
0 commit comments