https://github.com/ayamflow/workflow
List of tools & apps of my front-end workflow
https://github.com/ayamflow/workflow
Last synced: 4 months ago
JSON representation
List of tools & apps of my front-end workflow
- Host: GitHub
- URL: https://github.com/ayamflow/workflow
- Owner: ayamflow
- Created: 2013-08-31T13:43:44.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2013-11-16T22:32:58.000Z (over 12 years ago)
- Last Synced: 2025-08-05T12:40:08.062Z (11 months ago)
- Size: 121 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Web development Workflow
## Overview
This year has been an important one for me, in terms of of new skills & new tools. This git is a quick overview of the workflow I use on a daily basis. All of these work on Mac OS X, but some of them are also available for Windows & Unix systems.
## The goddamn list
#### Productivity apps
* [**Alfred**](http://www.alfredapp.com) THE launcher app. Don't launch any app with the mouse. Never again.
* [**Sublime Text 2**](http://sublimetext.com) Does it need to be introduced ? Check [my config repo](https://github.com/ayamflow/sublime-text-config).
* [**MAMP Pro**](http://www.mamp.info/en/mamp-pro/) Easy local host setting like http://my-project.dev
* [**Spectacles**](http://spectacleapp.com/) Manage your windows with keyboard shortcut (like half screen, a third, etc).
* [**Dash**](http://kapeli.com/dash) Gather all documentations in one place.
* [**iTerm2**](http://www.iterm2.com/) Better Mac OS X Terminal, with split panels.
* [**Tower**](http://www.git-tower.com/) Git GUI (useful for history)
* [**Cyberduck**](http://cyberduck.ch) FTP client, might switch to Transmit ?
#### Misc apps
* [**Mou**](http://mouapp.com/) Lightweight Markdown editor.
* [**VMWare Fusion**](http://www.vmware.com/fr/) For FlashDevelop & Windows tests.
#### Libraries and stuff
* [**GruntJS**](http://gruntjs.com) Terminal productivity tasks such as watch, build, server...
* [**Bower**](http://bower.io) Install & update javascript libs.
* [**Yeoman**](http://yeoman.io): (includes both GruntJS & Bower) enable fast scaffolding of webapps (with & without JS Frameworks)
* [**SASS**](http://http://sass-lang.com/) (+ [**Compass**](http://compass-style.org/) or [**Bourbon**](http://bourbon.io)) Write CSS like a real developper.
## What else ?