sfdc-merge-customlabels

Merge CustomLabels.labels


Keywords
salesforce, package, cli, merge
License
MIT
Install
npm install sfdc-merge-customlabels@1.0.1

Documentation

sfdc-merge-customlabels

CustomLabels.labels merger

Getting Started

Works in Unix like system. Windows is not tested.

Installing

npm install -g sfdc-merge-customlabels

or

yarn globally add sfdc-merge-customlabels

Usage

Command Line

$ smp -h

  Usage: smp [options]

  Merge CustomLabels.labels

  Options:

    -h, --help                   output usage information
    -V, --version                output the version number
    -p, --customlabels           path to the CustomLabels.labels
    -o, --output                 path where to output the merged CustomLabels.labels

Module

  var smp = require('sfdc-merge-package');

  smp({
    'packages':'./src/labels/CustomLabels.labels' // path to the CustomLabels.labels
  }, console.log);

Built With

  • commander - The complete solution for node.js command-line interfaces, inspired by Ruby's commander.
  • extendify - Deep extend with customizable behavior.
  • xml2js - XML to JavaScript object converter.

Versioning

SemVer is used for versioning.

Authors

License

This project is licensed under the MIT License - see the LICENSE.md file for details