MavensMate
Powerful open source tool for building Force.com IDEs. Our mission is to make building Force.com applications easy and fun for developers regardless of platform or text editor.
mavensmate new-project <<< '{ "name" : "foo", "workspace" : "/my/workspace", "username" : "[email protected]", "password" : "foo", package: { "ApexClass" : "*" } }'
cd /my/workspace/myproject
mavensmate update-creds [email protected] myPassword123!
mavensmate clean-project
mavensmate compile-metadata path/to/MyTestClass.cls
mavensmate compile-project
mavensmate delete-metadata path/to/MyPage.page
mavensmate start-logging
mavensmate run-tests path/to/MyTestClass.cls
mavensmate stop-logging
Interested in building a Force.com IDE for a text editor like Atom.io, Brackets, Emacs, Vim, or Notepad++?