The Daily Shaarli

All links of one day in a single page.

February 11, 2014

JavaScript Code Style checker

jscs is a code style checker. jscs can check cases, which are not implemented in jshint, but it does not duplicate jshint functionality, so you should use jscs and jshint together.

JSHint

This is JSHint, a tool that helps to detect errors and potential problems in your JavaScript code.

RECESS

Developed at Twitter to support our internal styleguide, RECESS is a simple, attractive code quality tool for CSS built on top of LESS.
Incorporate it into your development process as a linter, or integrate it directly into your build system as a compiler, RECESS will keep your source looking clean and super managable.

RequestBin

RequestBin gives you a URL that will collect requests made to it and let you inspect them in a human-friendly way.
Use RequestBin to see what your HTTP client is sending or to inspect and debug webhook requests.

explainshell.com

write down a command-line to see the help text that matches each argument