mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2025-12-08 20:13:04 +00:00
Added QA Tools section
This commit is contained in:
parent
f12bcf9efd
commit
9f08b5a62a
@ -6,6 +6,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
|
||||
* [Package Managers](#package-managers)
|
||||
* [Loaders](#loaders)
|
||||
* [Testing Frameworks](#testing-frameworks)
|
||||
* [QA Tools](#qa-tools)
|
||||
* [MVC Frameworks](#mvc-frameworks)
|
||||
* [Templating Engines](#templating-engines)
|
||||
* [Data Visualization](#data-visualization)
|
||||
@ -105,6 +106,13 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
|
||||
* [karma](https://github.com/karma-runner/karma) - Spectacular Test Runner for JavaScript.
|
||||
|
||||
|
||||
## QA Tools
|
||||
|
||||
* [JSHint](https://github.com/jshint/jshint/) - JSHint is a tool that helps to detect errors and potential problems in your JavaScript code.
|
||||
* [jsfmt](https://github.com/rdio/jsfmt) - For formatting, searching, and rewriting JavaScript.
|
||||
* [buddy.js](https://github.com/danielstjules/buddy.js) - Magic number detection for JavaScript.
|
||||
|
||||
|
||||
## MVC Frameworks
|
||||
|
||||
* [angular.js](https://github.com/angular/angular.js) - HTML enhanced for web apps.
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user