Editor's

March 1, 2016 ยท View on GitHub

Editor's

Sublime - http://www.sublimetext.com/

A text editor many devs at Jam3 use because it's lightweight and has many plugins for added functionality.

Editor Plugins

Sublime Plugins

Package Control - https://packagecontrol.io/

Install and manage plugins for Sublime. (must have)

JSHint - https://github.com/uipoet/sublime-jshint

Checks your javascript files for potential errors.

JSONLint - https://bitbucket.org/hmml/jsonlint

Checks your JSON files for potential errors.

DocBlockr - https://github.com/spadgos/sublime-jsdocs

Helps you write js doc documentation in your Javascript files.

Less - https://github.com/danro/LESS-sublime

Gives you code higlighting for Less files.

Handlebars - https://github.com/daaain/Handlebars/

Gives you code highlighting for Handlebars files.

Other tools

Budo - https://github.com/mattdesl/budo/commits/master

A dev server for rapid prototyping

prova - https://www.npmjs.com/package/prova

Run tap based tests in multiple browsers. Autoreloads when a Javascript file has been changed. Distributed through npm.

nodemon - https://www.npmjs.com/package/nodemon

Run a Javascript file in the commandline. If a Javascript file changes nodemon will restart the process.

internal-ip - https://www.npmjs.com/package/internal-ip

Get's your internal ip address quickly for local testing. Distributed through npm.