Skip to content

dschach/MavensMate-Templates

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MavensMate-Templates

A repository of metadata templates for use in MavensMate projects.

###How To Contribute

####1. Write Your Template

#####Merge Fields api_name : the API name of the metadata
object_name : the API name of the object associated with this Apex Trigger

#####Example Template file_name : WithoutSharingClass.cls

public without sharing class {{ api_name }} {
  //no sharing is not advisable!
}

####2. Submit Pull Request Submit a pull request to this repository with your template and update package.json to include your new repository metadata. We'll review the submission and include it in the master repository if it serves a legitimate purpose in MavensMate and passes all tests.

About

A repository of metadata templates for use in MavensMate projects

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published