cloudify-ui-common-scripts
v1.0.0
Published
Common Cloudify UI shell scripts library
Downloads
264
Readme
Cloudify UI Common Scripts
This package contains common shell scripts:
create-version.sh
- provides helper function for creating new version of NPM package by creating a new branch with version change commit and pushing that branch to the remote repository.get-ts-migration-progress.sh
- prints the summary of the migration to TypeScript.upload-package.sh
- provides helper function for uploading package file to the remote machine using SSH and running specified command remotely.
Installation
npm install cloudify-ui-common-scripts
Usage
NODE_MODULES_PATH="$( npm root )"
${NODE_MODULES_PATH}/cloudify-ui-common-scripts/get-ts-migration-progress.sh .