Skip to content

Instantly share code, notes, and snippets.

@nicolasramy
Created July 8, 2013 13:00
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nicolasramy/5948567 to your computer and use it in GitHub Desktop.
Save nicolasramy/5948567 to your computer and use it in GitHub Desktop.
Cheat sheets for PHP Quality Assurance, PHP developper tools, CSS tools... for Ubuntu 12.04+

CSS Developer tools

Requirements

NodeJS

add-apt-repository ppa:chris-lea/node.js
apt-get update
apt-get install nodejs

NPM

apt-get install npm

Tools

Less Compiler

npm install -g less

PHP Quality Assurance Cheat Sheet

Requirements

  • PHP 5.3 +
  • PHP-dev
  • Unix-like OS
  • Pear

Installation guide

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment