几个好玩的小工具

  1. tree 命令

    tree 命令挺有用的,能看到一个文件夹下的所有文件的目录, 在mac下,可以使用 brew 安装
    brew install tree;
    
    tree some_folder;


  2. bower
    强大的前端插件管理系统,使我们安装插件非常的快。
    install命令
    brew install -g bower

    安装jquery的命令是
    bower install jquery

    其他几个比较有用的命令
    bower list
    bower search bootstrap
    bower info bootstrap


  3. dash
    程序开发的API的文档工具,绝对的给力。大家用过都说好。

  4. vagrant 
    虚拟机管理工具,非常的强大
  5. xAlign
    http://hao.jobbole.com/xalign-xcode-plugin-to-align-code/
    Xcode对齐插件

你可能感兴趣的:(工具,tools)