1.0.2 • Published 7 years ago

sfdc-pps-completion v1.0.2

Weekly downloads
174
License
MIT
Repository
github
Last release
7 years ago

sfdc-pps-completion

Profile & Permission Set user permission completion Based on the Admin Profile content

Getting Started

Works in Unix like system. Windows is not tested.

Installing

npm install -g sfdc-pps-completion

or

yarn globally add sfdc-pps-completion

Usage

Command Line

$ spc -h

  Usage: spc [options]

  Profile & Permission Set user permission completion

  Options:

    -h, --help                   output usage information
    -V, --version                output the version number
    -s, --src                    salesforce src directory path [./src]

Module

  var spc = require('sfdc-pps-completion');

  spc({
    'src':'' // salesforce src directory path : ./src
  }, 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

  • Sebastien Colladon - Initial work - scolladon

License

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