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