@skedulo/packaging-utils
v0.0.9
Published
Sekdulo packaging utilities library
Downloads
2,570
Maintainers
Keywords
Readme
Package Transformation Utilities
This npm package provides essential utilities for transforming and handling package artifacts within Skedulo's ecosystem. Designed to streamline the process of packaging and deployment, it offers functionality for filtering unwanted files, as well as zipping and encoding the content of artifacts in base64 format.
Installation
To install this package, run the following command in your terminal:
npm install @skedulo/packaging-utils --save
or if you are using Yarn:
yarn add @skedulo/packaging-utils
Development
- Dependency Installation:
yarn
- Build the package:
yarn build
- Release package for local version to NPM:
yarn release-package ${versionNumber}