@rcsv/typewise
v0.1.1
Published
A TypeScript refactoring tool to clean, optimize, and maintain your code.
Readme
Typewise
Typewise is a TypeScript refactoring tool Typewise is a TypeScript refactoring tool designed to make your code cleaner, safer, and easier to maintain. Analyze your project, automatically apply common refactorings, and optimize code structure while preserving types. Built for developers who value readable, maintainable TypeScript.
Features
- Automatic detection of common refactoring opportunities
- Safe transformations preserving TypeScript types
- Code optimization and simplification
- CLI interface for project-wide refactoring
- Can integrate with your build or CI workflow
Installation
npm install -g typewiseUsage
typewise ./srcThis will analyze your TypeScript files and suggest/apply refactorings.
Contributing
Contributions are welcome! Plase open an issue or a pull request.
License
This project is licensed under the MIT License.
