htmlhint / HTMLHint

⚙️ The static code analysis tool you need for your HTML
https://htmlhint.com
MIT License
3.08k stars 380 forks source link

Move the code from bin into src #278

Closed Shinigami92 closed 4 years ago

Shinigami92 commented 6 years ago

Is your feature request related to a problem? Please describe.

Describe the solution you'd like

  1. move all code from bin into src
  2. rename htmlhint into cli.js
  3. create a file bin/htmlhint.js, this file requires the src/cli.js
  4. fix bin in package.json
  5. fix broken require statements in files

Additional context I have already tested that in https://github.com/Shinigami92/HTMLHint/tree/structure/move-bin But the changes are already outdated I will create a PR when the time is right

stale[bot] commented 4 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.

Shinigami92 commented 4 years ago

bump