Skip to content

MavensMate is a collection of open source projects that aims to make building Salesforce applications accessible to developers who prefer to build applications using their local machine in text editors like Sublime Text, Atom, and Visual Studio Code.

License

dahnielkim/MavensMate

 
 

Repository files navigation

MavensMate - Open Source IDEs for Salesforce

Update: August 7, 2017

MavensMate is no longer being actively developed or supported. We recommend using Salesforce's official Visual Studio Code plugin for building Salesforce applications.

Overview

MavensMate is a collection of open source projects that aims to make building Salesforce applications accessible to developers who prefer to build applications using their local machine in text editors like Sublime Text, Atom, and Visual Studio Code. MavensMate is created and maintained by Joe Ferraro with support from Mavens and these amazing contributors.

Because there are several open source MavensMate projects, it can be somewhat confusing to navigate the ecosystem. In essence, there are three main components to the architecture: the server, the desktop application, and the editor plugins.

mavensmate-architecture

Quickstart for Salesforce Developers

  1. Download and install MavensMate Desktop
  2. Choose your editor (Sublime Text 3, Atom, Visual Studio Code) and install the appropriate MavensMate plugin
  3. Happy coding!

Quickstart for MavensMate Contributors

  • Coming soon

Components

MavensMate Server

Build Status Coverage Status NPM Version License

MavensMate Server is a local Node.js Express server that facilitates communication/integration between editors like Sublime Text, Atom, and Visual Studio Code, the local file system, and the Salesforce servers. When a plugin requests a command to be run (e.g. "compile a file"), a local HTTP request is made to MavensMate Server, the server executes the requested command (which often requires communicating with a remote Salesforce.com environment) and returns the response to the plugin.

MavensMate Desktop

Platform Status
OS X / Linux Build Status
Windows Build status

MavensMate Desktop is an application that bundles the local MavensMate server into a desktop application that powers the MavensMate Sublime Text, Atom, and Visual Studio Code plugins.

Plugins

MavensMate for Sublime Text

MavensMate for Atom (beta)

MavensMate for Visual Studio Code (coming soon)

Contributors

#FAQ

  • coming soon

About

MavensMate is a collection of open source projects that aims to make building Salesforce applications accessible to developers who prefer to build applications using their local machine in text editors like Sublime Text, Atom, and Visual Studio Code.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • HTML 46.3%
  • JavaScript 39.1%
  • CSS 14.0%
  • Apex 0.5%
  • Visual Basic .NET 0.1%
  • Makefile 0.0%