└── README.md /README.md: -------------------------------------------------------------------------------- 1 | # sfdc-developer-tools 2 | A helpful list of developer tools for Salesforce 3 | 4 | ## Tool List 5 | 6 | ### IDE's 7 | 8 | * [Salesforce IDE](https://developer.salesforce.com/page/Force.com_IDE) 9 | * **Platforms**: Windows, MacOS, Linux, Others? 10 | * **Overview**:The Force.com IDE is a powerful client application for creating, modifying and deploying Force.com applications. Based on the Eclipse platform and built on the Tooling API, the Force.com IDE provides a comfortable environment for programmers familiar with integrated development environments, letting you code, compile, test, package, and deploy all from within the IDE. Much of the actual work, such as compilation, happens on the Force.com platform—the Force.com IDE performs the communication and result parsing transparently. 11 | 12 | * [MavensMate IDE](http://mavensmate.com) 13 | * **Platforms**: Windows, MacOS, Linux 14 | * **Overview**: 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. 15 | 16 | ### API Client Libraries 17 | 18 | * [nforce](https://github.com/kevinohara80/nforce) 19 | * **Language**: node.js 20 | * **Overview**: nforce is a node.js salesforce REST API wrapper for force.com, database.com, and salesforce.com. The library can be extended through plugins. Plugins include [nforce-tooling](https://github.com/jeffdonthemic/nforce-tooling), [nforce-chatter](https://github.com/jeffdonthemic/nforce-chatter), 21 | [nforce-metadata](https://github.com/kevinohara80/nforce-metadata), 22 | [nforce-express](https://github.com/kevinohara80/nforce). 23 | 24 | ### Apex Frameworks 25 | 26 | * [sfdc-trigger-framework](https://github.com/kevinohara80/sfdc-trigger-framework) 27 | * **Overview**: A minimal trigger framework for your apex triggers 28 | 29 | ### Client Side Frameworks 30 | 31 | * ??? 32 | 33 | ### Developer Tools 34 | 35 | * [dmc](https://github.com/kevinohara80/dmc) 36 | * **Overview**: The file-system-like, cross-platform, cli developer tool for Salesforce 37 | 38 | ## Needed Tools 39 | 40 | * CI? 41 | 42 | ## Other Resources 43 | 44 | * [Tools Listing on developer.force.com](https://developer.salesforce.com/page/Tools) 45 | * [Admin / Developer tools on the Appexchange](https://appexchange.salesforce.com/category/admin-tools) 46 | 47 | ## Contributing 48 | 49 | If you have a developer tool you'd like to list here, please 50 | submit a PR with your additions! 51 | --------------------------------------------------------------------------------