This npm package provides essential utilities for data generation on the Skedulo Pulse platform.
To install this package, run the following command in your terminal:
npm install @skedulo/pulse-data-gen-utils --save
or if you are using Yarn:
yarn add @skedulo/packaging-utils
This is not a public package so it can't be access from a function. In order to use it in a function, we can
- pack the
$ npm pack --pack-destination <target-project-libs-dir>
- Configure the dependency to this file, for example
"dependencies": {
"@skedulo/pulse-data-gen-utils": "file:./libs/skedulo-pulse-data-gen-utils-0.0.6.tgz"
}
- Dependency Installation:
yarn
- Build the package:
yarn build
- Release package for local version to NPM:
yarn release-package ${versionNumber}