suitecloud-config-hooks
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

SuiteCloud Config Hooks

Hooks into Node version of SuiteCloud Developer Framework CLI. These can be executed automatically with SDF commands by creating a suitecloud.config.js file. Details on creating this file can be found in the Help Center.

Example suitecloud.config.js

const hooks = require('suitecloud-config-hooks');

module.exports = {
  commands: {
    'object:import': {
      onCompleted: hooks.organizeImportedObjects,
    }
  }
}

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.1
    1
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.1
    1
  • 1.0.0
    0

Package Sidebar

Install

npm i suitecloud-config-hooks

Weekly Downloads

1

Version

1.0.1

License

ISC

Unpacked Size

8.88 kB

Total Files

6

Last publish

Collaborators

  • bergankdv