-
Notifications
You must be signed in to change notification settings - Fork 13
/
Copy pathjs-tools.json
135 lines (135 loc) · 5.31 KB
/
js-tools.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
{
"source": "https://github.com/abhijeetkpawar/lifeofjs",
"name": "js-tools.json",
"type": "tool",
"collection": [{
"name": "Eclipse IDE",
"url": "http://www.eclipse.org/downloads/",
"desc": "A project aiming to provide a universal toolset for development"
}, {
"name": "JavaScript Performance playground",
"url": "http://jsperf.com/",
"desc": "jsPerf aims to provide an easy way to create and share test cases, comparing the performance of different JavaScript snippets by running benchmarks"
}, {
"name": "Sublime Text Editor",
"url": "https://www.sublimetext.com/",
"desc": "A sophisticated text editor for code, markup and prose comprised with the slick user interface, extraordinary features and amazing performance."
}, {
"name": "JSFiddle",
"url": "http://jsfiddle.net/",
"desc": "An online playground for your JavaScript, HTML, CSS"
}, {
"name": "JSApp.US",
"url": "http://jsapp.us/",
"desc": "A node.js Hosting Provider (Similar to jsfiddle for Node.js programs)",
"deprecated": true
}, {
"name": "Visual Event",
"url": "http://www.sprymedia.co.uk/article/visual+event+2",
"desc": "Open source Javascript bookmarklet which provides debugging information about events that have been attached to DOM elements"
}, {
"name": "Firebug - Firefox addon for debugging",
"url": "https://getfirebug.com/",
"desc": "Web development and debugging tool",
"deprecated": true
}, {
"name": "JSLint",
"url": "http://www.jslint.com/",
"desc": "Code Quality Tool"
}, {
"name": "JSHint",
"url": "http://www.jshint.com/",
"desc": "A community-driven tool to detect errors and potential problems in JavaScript code and to enforce your team's coding conventions"
}, {
"name": "YUI Compressor",
"url": "http://yui.github.io/yuicompressor/",
"desc": "JavaScript and CSS Compressor"
}, {
"name": "CodePen",
"url": "http://codepen.io/",
"desc": "HTML, CSS, and JavaScript code editor right in your browser with instant previews of the code you see and write. It's great for showing off your work and seeing what amazing things other people are doing with the web."
}, {
"name": "Plato",
"url": "https://github.com/es-analysis/plato",
"desc": "JavaScript source code visualization, static analysis, and complexity tool"
}, {
"name": "Grunt",
"url": "http://gruntjs.com/",
"source": "https://github.com/gruntjs/grunt",
"desc": "The JavaScript Task Runner. Automate repetitive tasks like minification, compilation, unit testing, linting, etc."
}, {
"name": "Yeoman",
"url": "http://yeoman.io/",
"source": "http://github.com/yeoman/yeoman",
"desc": "A collection of tools and best practices working in harmony to make developing for the web even better"
}, {
"name": "Bower",
"url": "http://bower.io/",
"source": "https://github.com/bower/bower",
"desc": "A package manager for the web, created at Twitter",
"deprecated": true
}, {
"name": "RegExper",
"url": "http://www.regexper.com/",
"source": "https://github.com/javallone/regexper",
"desc": "Regular Expression Visualization Site"
}, {
"name": "UglifyJS",
"url": "http://lisperator.net/uglifyjs/",
"source": "https://github.com/mishoo/UglifyJS2/",
"desc": "JavaScript parser / mangler / compressor / beautifier library for NodeJS"
}, {
"name": "YUIDoc",
"url": "http://yui.github.io/yuidoc/",
"source": "https://github.com/yui/yuidoc",
"desc": "A Node.js application that generates API documentation from comments in source"
}, {
"name": "JSDoc",
"url": "http://usejsdoc.org",
"source": "https://github.com/jsdoc3/jsdoc",
"desc": "An API documentation generator for JavaScript."
}, {
"name": "Docco",
"url": "http://jashkenas.github.io/docco/",
"source": "https://github.com/jashkenas/docco",
"desc": "A quick-and-dirty documentation generator, written in Literate CoffeeScript"
}, {
"name": "WebStorm",
"url": "http://www.jetbrains.com/webstorm/",
"desc": "JavaScript IDE with refactorings, code completion and on-the-fly code analysis"
}, {
"name": "WAVE - Web Accessibility Evaluation Tool",
"url": "http://wave.webaim.org/",
"desc": "A tool to check accessibility of web pages"
}, {
"name": "Gulp.js",
"url": "http://gulpjs.com/",
"source": "https://github.com/gulpjs/gulp",
"desc": "The streaming build system"
}, {
"name": "Brackets (code editor)",
"url": "http://brackets.io/",
"source": "https://github.com/adobe/brackets.git",
"desc": "An open source code editor for HTML, CSS and JavaScript written in JavaScript, HTML and CSS"
}, {
"name": "Emscripten",
"url": "http://emscripten.org",
"source": "https://github.com/kripken/emscripten",
"desc": "An LLVM-to-JavaScript compiler. It takes LLVM bitcode - which can be generated from C/C++ or any other language that can be converted into LLVM - and compiles that into JavaScript"
}, {
"name": "Storybook",
"url": "https://storybook.js.org/",
"source": "https://github.com/storybooks/storybook",
"desc": "Interactive UI component dev & test"
}, {
"name": "Parcel",
"url": "https://parceljs.org/",
"source": "https://github.com/parcel-bundler/parcel",
"desc": "Blazing fast, zero configuration web application bundler"
}, {
"name": "Webpack",
"url": "https://webpack.js.org/",
"source": "https://github.com/webpack/webpack",
"desc": "A bundler for javascript. Packs many modules into a few bundled assets."
}]
}