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,
    }
  }
}

Package Sidebar

Install

npm i suitecloud-config-hooks

Weekly Downloads

11

Version

1.0.1

License

ISC

Unpacked Size

8.88 kB

Total Files

6

Last publish

Collaborators

  • bergankdv