phuang07 / devtoolsnote

Documentations on tools that I use for application development

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Dev tools

Documentations on tools that I use for application development.

Editors

Atom

Plugins:

  • EditorConfig - Ensure consistency in coding style while wirting code.
  • CSSComb - Sort, format css properties.
  • atom-alignment - A simple key-binding for aligning multi-line, multi-cursor and multiple selections.
  • atom-jslint - A must use tool. Report js error. Use .jslintrc for customization. More help: jslint.com.

SublimeText

One of my favorite editors. Light weight and fast. Tons of great plugins.

Vim

My default editor for commandline. See notetoself-vim-cheatsheet.

Textwrangler

I like to use this to work with search/replace using regex. Also it is a good tool for compare files. twdiff dir1 dir2

Build

Tmux and Tmuxinator

Terminal multiplexer and tmux sessions managments. Help to start up a development project quickly. See notetoself - tmux and tmuxinator.

Living styleguide generator.

About

Documentations on tools that I use for application development