1.0.1 • Published 7 months ago

sfmagpac v1.0.1

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
7 months ago

salesforce-magic-package

Salesforce Magic Package (aka sfmagpkg or sfpkg) is a tool to generate a Salesforce package.xml from the Git svn.

The main idea behind this project is to don't care about your project package. Once you commit it in your branch, you can have all modified files in your package.

How To Run (Dev)

  1. Install Node;
  2. If you are using Windows, be sure you have Git Bash installed;
  3. Run npm install;
  4. Run node index.js.

How To Contribute

  1. Fork the repo and create your branch from main;
  2. If you've added code that should be tested, add tests;
  3. Issue that pull request.