• 设为首页
  • 点击收藏
  • 手机版
    手机扫一扫访问
    迪恩网络手机版
  • 关注官方公众号
    微信扫一扫关注
    迪恩网络公众号

manandoshi9/MavensMate: MavensMate is a tool that powers open source Force.com I ...

原作者: [db:作者] 来自: 网络 收藏 邀请

开源软件名称(OpenSource Name):

manandoshi9/MavensMate

开源软件地址(OpenSource Url):

https://github.com/manandoshi9/MavensMate

开源编程语言(OpenSource Language):

JavaScript 48.7%

开源软件介绍(OpenSource 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




鲜花

握手

雷人

路过

鸡蛋
该文章已有0人参与评论

请发表评论

全部评论

专题导读
上一篇:
jitpack/maven-modular: Example multi-module Maven project发布时间:2022-08-16
下一篇:
kenken64/StackAnnotationMaven: This is StackAnnotationMaven发布时间:2022-08-16
热门推荐
阅读排行榜

扫描微信二维码

查看手机版网站

随时了解更新最新资讯

139-2527-9053

在线客服(服务时间 9:00~18:00)

在线QQ客服
地址:深圳市南山区西丽大学城创智工业园
电邮:jeky_zhao#qq.com
移动电话:139-2527-9053

Powered by 互联科技 X3.4© 2001-2213 极客世界.|Sitemap