mirror of
https://github.com/sorrycc/awesome-javascript.git
synced 2026-01-24 12:18:02 -08:00
Merge pull request #24 from danielstjules/master
Added QA Tools section
This commit is contained in:
@@ -6,6 +6,7 @@ A collection of awesome browser-side JavaScript libraries, resources and shiny
|
|||||||
* [Package Managers](#package-managers)
|
* [Package Managers](#package-managers)
|
||||||
* [Loaders](#loaders)
|
* [Loaders](#loaders)
|
||||||
* [Testing Frameworks](#testing-frameworks)
|
* [Testing Frameworks](#testing-frameworks)
|
||||||
|
* [QA Tools](#qa-tools)
|
||||||
* [MVC Frameworks](#mvc-frameworks)
|
* [MVC Frameworks](#mvc-frameworks)
|
||||||
* [Templating Engines](#templating-engines)
|
* [Templating Engines](#templating-engines)
|
||||||
* [Data Visualization](#data-visualization)
|
* [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.
|
* [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
|
## MVC Frameworks
|
||||||
|
|
||||||
* [angular.js](https://github.com/angular/angular.js) - HTML enhanced for web apps.
|
* [angular.js](https://github.com/angular/angular.js) - HTML enhanced for web apps.
|
||||||
|
|||||||
Reference in New Issue
Block a user