@vxrn/strip
v1.1.416
Published
AI-powered tool to create starter kits from existing codebases by removing unnecessary code.
Readme
@vxrn/strip
AI-powered tool to create starter kits from existing codebases by removing unnecessary code.
- Copy the codebase into a designated directory
- Analyze the codebase and remove unnecessary code
- Generate a starter kit in the designated directory
Usage
# basic usage
npx @vxrn/strip <source-dir> <output-dir>
# overwrite existing files
npx @vxrn/strip <source-dir> <output-dir> --overwrite