@skedulo/pulse-data-gen-utils
v0.0.8
Published
Skedulo Pulse platform data generation utilities
Maintainers
Keywords
Readme
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 --saveor if you are using Yarn:
yarn add @skedulo/packaging-utilsPublic 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
- 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"
}Development
- Dependency Installation:
yarn - Build the package:
yarn build - Release package for local version to NPM:
yarn release-package ${versionNumber}
