GithubHelp home page GithubHelp logo

manandoshi9 / mavensmate Goto Github PK

View Code? Open in Web Editor NEW
0.0 1.0 152.0 32.92 MB

MavensMate is a tool that powers open source Force.com IDEs in various text editors across various platforms

Python 41.37% JavaScript 48.69% Objective-C 9.90% Ruby 0.04%

mavensmate's Introduction

MavensMate

MavensMate is a tool that powers open source Force.com IDEs in various text editors across various platforms

Wait...I'm confused. I thought MavensMate was a plugin for Sublime Text?

OK, it WAS. But now, we've rewritten MavensMate to be a cross-platform, text editor agnostic tool for developing Force.com applications. The Sublime Text plugin still exists, it just utilizes the newly rewritten APIs in this project.

What is mm?

mm is the executable that performs the heavy lifting. It can create new projects, compile code, move code between orgs, run apex tests, etc...and it's all JSON-based. Simply feed it JSON to provide context to your request, and it will respond in JSON. Here's an example:

Request
$ mm -o compile_project <<< '{ "project_name" : "myproject" }'
Response
{
	"success" : true,
	"body"	  : "Your operation completed successfully"	
}

For more information on mm's capabilities, head over to the README

What is mmserver?

mmserver is a local http server that the out-of-box MavensMate UI uses to interact with the mm tool. The OOB MavensMate UI is written in HTML/CSS/JS, so to maintain a solid user experience, it makes Ajax calls to a local web server which in turns makes all the terminal calls to mm. If you're writing a MavensMate plugin, your UI can use mmserver or you can simply call mm directly from your plugin's UI.

How can I write a plugin?

Pick your favorite text editor with extension capability and utilize the mm and mmserver tools to build fully-functional Force.com IDEs

mavensmate's People

Contributors

doublesharp avatar mahavrilla avatar manandoshi9 avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.