All Projects → lance-shi → EasyDx

lance-shi / EasyDx

Licence: GPL-3.0 license
Provide a simple UI interface for Salesforce DX

Programming Languages

javascript
184084 projects - #8 most used programming language
HTML
75241 projects

Projects that are alternatives of or similar to EasyDx

apex-fp
Functional programming for Salesforce Apex
Stars: ✭ 231 (+391.49%)
Mutual labels:  salesforcedx
sfdx-flowdoc-plugin
A Salesforce CLI plugin that generates design document from Lightning Flow (currently Process Builder) metadata
Stars: ✭ 56 (+19.15%)
Mutual labels:  salesforcedx
apex-dml-mocking
DML mocking, CRUD mocking, dependency injection framework for Salesforce.com (SFDC) using Apex
Stars: ✭ 38 (-19.15%)
Mutual labels:  salesforcedx
Apex-Code-Conventions
Apex conventions and best practices for Salesforce Developers
Stars: ✭ 28 (-40.43%)
Mutual labels:  salesforcedx
apex-tmLanguage
Salesforce Apex Language syntax grammar used for colorization
Stars: ✭ 27 (-42.55%)
Mutual labels:  salesforcedx
texei-sfdx-plugin
Texeï's plugin for sfdx
Stars: ✭ 99 (+110.64%)
Mutual labels:  salesforcedx
DXMate
Sublime Text 3 plugin to provide integration with the Salesforce DX CLI
Stars: ✭ 14 (-70.21%)
Mutual labels:  salesforcedx

EasyDx - Salesforce DX GUI Version

Salesforce DX CLI tool is great. But not everybody likes command lines. Plus, sometimes it is just tedious to remember and type those long lines of commands.

So I have written this simple GUI version of Salesforce DX to help getting our daily work with Salesforce DX easier. The code is written in React, Node and Express.

DX screenshot

Installation

Before installing Easy DX, you need to install Salesforce CLI Tool and Node JS.

npm install doesn't work very well for easdydx for now. So you need to use git clone (recommended) to get a local copy of the repository by:

git clone https://github.com/lance-shi/EasyDx.git

or download the .zip file from this repository, unzip it into your local computer. Then go into EasyDx folder and execute:

npm install

Once it is completed, you are ready to go!

Usage

In command line, go to your folder and run

npm start

Then in your favourite browser, open this url: http://localhost:3666

Easy DX's UI is pretty self-explanatory. You can find a user guide at my blog here.

To Update

If you use git clone to get the project, simply use git pull get the latest source.

If you have downloaded the .zip file. You can download an updated version and replace the existing one. Your local data (projects and orgs) are inside data/ folder. Just keep that folder will keep your local data safe.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].