0.0.4 • Published 3 years ago

ng-error-fixer v0.0.4

Weekly downloads
4
License
MIT
Repository
github
Last release
3 years ago

ng-error-fixer

Under development

CLI helper to fix common errors on Angular framework

Help

Installation

npm install -g ng-error-fixer

Usage

  1. Go to angular project.
  2. Start development server + ng-error-fixer.
npm run start 2>&1 | ng-error-fixer
  1. Solution for error should be displayed on console.
  2. Execute suggested solution.
  3. Your code should be fixed. Enjoy it! :D

CLI options

commandaliasdescription
autoFixaEnable auto fix when solution for error it's found
databasedError database path where to check errors
debugModebDisplay schematics execution error
projectpProject to get selector prefix
helphPrint 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