0.0.4 • Published 3 years ago
ng-error-fixer v0.0.4
ng-error-fixer
Under development
CLI helper to fix common errors on Angular framework
Installation
npm install -g ng-error-fixer
Usage
- Go to angular project.
- Start development server + ng-error-fixer.
npm run start 2>&1 | ng-error-fixer
- Solution for error should be displayed on console.
- Execute suggested solution.
- Your code should be fixed. Enjoy it! :D
CLI options
command | alias | description |
---|---|---|
autoFix | a | Enable auto fix when solution for error it's found |
database | d | Error database path where to check errors |
debugMode | b | Display schematics execution error |
project | p | Project to get selector prefix |
help | h | Print usage guide. |
Current fixes
Looking for contributions
This repo want to redirect from issues to fixes. In this way if you want to add any schematics to fix common Angular issues. Please on an issue on github.
Acknowledgement
- Thanks to angular team and angular community for their awesome work.
- Thanks to Harold. Which he start develop this idea with me.
License
Luis Reinoso MIT license