Security News
Fluent Assertions Faces Backlash After Abandoning Open Source Licensing
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
sfdc-generate-package
Advanced tools
generate package.xml from source
Works in Windows and Unix like systems.
npm install -g sfdc-generate-package
or
yarn globally add sfdc-generate-package
$ sgp -h
Usage: sgp [options]
generate package.xml from source
Options:
-h, --help output usage information
-V, --version output the version number
-s, --src salesforce src directory path [./src]
-a, --api-version salesforce API version [40.0]
-o, --output salesforce package.xml directory path [.]
var sgp = require('sfdc-generate-package');
sgp({
'src':'', // salesforce src directory path : ./src
'apiVersion':'40.0', // salesforce API verion : 40.0
'output':'', // salesforce src directory path : ./src
'indent':' ' // the number of space for the xml indentation (optionnal attibute)
}, console.log);
Add CLI parameters to build package.xml for only certain types
SemVer is used for versioning.
This project is licensed under the MIT License - see the LICENSE.md file for details
FAQs
generate package.xml from source
The npm package sfdc-generate-package receives a total of 95 weekly downloads. As such, sfdc-generate-package popularity was classified as not popular.
We found that sfdc-generate-package demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Fluent Assertions is facing backlash after dropping the Apache license for a commercial model, leaving users blindsided and questioning contributor rights.
Research
Security News
Socket researchers uncover the risks of a malicious Python package targeting Discord developers.
Security News
The UK is proposing a bold ban on ransomware payments by public entities to disrupt cybercrime, protect critical services, and lead global cybersecurity efforts.