octopus_common
v1.0.2
Published
Octopus common modules
Downloads
3
Readme
Introduction
Octopus common modules
Installation
To install this package, run the following command:
npm install octopus-common
# or
yarn add octopus-common
Updating the Package
To publish the updated version of this package, run the following command:
Update the version number
npm version patch # or minor/major
Publish the package
npm publish