2
ABOUT
LAUREN ● Front end designer &
developer at LBDesign, a global
communications consultancy
● Instructor for the Women's
Coding Collective
● TA & volunteer for Girl Develop
It
3
ABOUT YOU
● Designer who codes
● Want to bridge the gap between
design & development skills
● Interested in using tools that are
available on the command line
4
WHAT WE’LL
COVER ● What is the command line?
● Why use the command line?
● Anatomy of the prompt
● Basic commands
● Exercise: setting up a local
WordPress install
8
WHAT CAN IT
DO? ● Download & install WordPress
core, themes and plugins
● Setup & manage local database
● Compile Sass
● Version control
● Make ASCII art
● Automate tasks
● and more!
9
BUT I’M A
DESIGNER ● Reduce the number of programs
running simultaneously
● Serves as a "home base" when
working on unfamiliar
computers
● Gives us access to functionality
otherwise unavailable to us
● Gives us access to other tools
● Can help save us a lot of time
10
WHERE TO
FIND IT ON A MAC
Applications › Utilities › Terminal
ON WINDOWS
Start › All Programs › Accessories ›
Command Prompt
34
BEWARE OF THESE
COMMANDS!
$ rm filename
$ rmdir directoryname
These commands will immediately and
permanently delete files and folders!
RESOURCES
35
● Fosswire Unix/Linux Command Reference
Cheatsheet
● WP-CLI: A command line interface for
WordPress
● Git: Getting Started
● Lifehacker: A Command Line Primer for
Beginners
● Getting Started with Sass and Compass
● The designer’s guide to the OSX command
prompt
● Learn Code the Hard Way: Command Line
Crash Course