fflib-apex-common-domain

1.0.0 • Public • Published

FFLib Apex Common (SObjectDomain)

Package of the SObjectDomain classes from FFLib Apex Common

Install

In the directory containing your project's src directory, run:

npm install @gonimbly/nimblyci fflib-apex-common-domain

Then add to sfdcDependencies in package.json, eg:

"scripts": {
  "deploy": "nimblyci deploy src",
  "test": "nimblyci test src",
  "add-packages": "nimblyci add-packages"
},
"dependencies": {
  "@gonimbly/nimblyci": "0.0.6",
  "fflib-apex-common-domain": "1.0.0"
},
"sfdcDependencies": ["fflib-apex-common-domain"]

Deployment

In your project, the script add-packages will deploy all packages listed by sfdcDependencies:

SF_LOGIN_URL=https://login.salesforce.com \
SF_USERNAME=<username> \
SF_PASSWORD=<password + security token> \
npm run add-packages

Readme

Keywords

none

Package Sidebar

Install

npm i fflib-apex-common-domain

Weekly Downloads

0

Version

1.0.0

License

BSD-3-Clause

Last publish

Collaborators

  • jdcrensh