![Oracle Drags Its Feet in the JavaScript Trademark Dispute](https://cdn.sanity.io/images/cgdhsj6q/production/919c3b22c24f93884c548d60cbb338e819ff2435-1024x1024.webp?w=400&fit=max&auto=format)
Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
sfdc-generate-package
Advanced tools
generate package.xml from source
Works in Unix like system. Windows is not tested.
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
'40.0':'', // salesforce API verion : 40.0
'src':'' // salesforce src directory path : ./src
}, 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 67 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
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.