资源算法sfdx-js

sfdx-js

2020-02-14 | |  30 |   0 |   0

SFDX javascript wrapper.

A TypeScript compatible JavaScript wrapper for Salesforce DX CLI.

Usage

   const sfdx = require('sfdx-js').Client.createUsingPath('sfdx')
   sfdx.auth.webLogin().then(function() {
     console.log('done!');
   })

Documentation

Read our doc here: https://coveo.github.io/sfdx-js/

dev scripts

  • npm t: Run test suite.

  • npm start: Runs npm run build in watch mode.

  • npm run test:watch: Run test suite in interactive watch mode.

  • npm run test:prod: Run linting and generate coverage.

  • npm run build: Generage bundles and typings, create docs.

  • npm run lint: Lints code.

  • npm run commit: Commit using conventional commit style (husky will tell you to use it if you haven't 

上一篇:sfdc-lexforce

下一篇:sfdx-dreamhouse-dc

用户评价
全部评价

热门资源

  • seetafaceJNI

    项目介绍 基于中科院seetaface2进行封装的JAVA...

  • spark-corenlp

    This package wraps Stanford CoreNLP annotators ...

  • Keras-ResNeXt

    Keras ResNeXt Implementation of ResNeXt models...

  • capsnet-with-caps...

    CapsNet with capsule-wise convolution Project ...

  • shih-styletransfer

    shih-styletransfer Code from Style Transfer ...