Pulse Data Generation Utils
This npm package provides essential utilities for data generation on the Skedulo Pulse platform.
Installation
Private access
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
Public access
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
$ 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"
}
Development
- Dependency Installation:
yarn
- Build the package:
yarn build
- Release package for local version to NPM:
yarn release-package ${versionNumber}