Skip to content

rody/sfdx-mode

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 

Repository files navigation

sfdx-mode

sfdx-mode* is an Emacs minor mode for working with [[Salesforce DX projects][https://developer.salesforce.com/docs/atlas.en-us.sfdx_dev.meta/sfdx_dev/sfdx_dev_intro.htm]].

Installation

Manual Installation

Start by cloning the sfdx-mode package repository:

$ git clone https://github.com/rody/sfdx-mode.git /your/path/here

Finish by loading the sfdx-mode package in your emacs configuration:

(add-to-list 'load-path "/your/path/here/sfdx-mode")
(require 'sfdx-mode)

usage

Command Keymap

TODO

sfdx-mode-visit-project-file

Running this command in a project directory will visit the project file (sfdx-project.json) in a buffer.

sfdx-mode-org-list

Running will list all the orgs you've created or authenticated to

About

An emacs minor-mode to work with sfdx

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published