Provides the cics-deploy plug-in for Zowe CLI https://github.com/zowe/zowe-cli to deploy Node.js and other applications from a workstation to IBM CICS Transaction Server within a CICS bundle. Documentation is available at https://ibm.github.io/zowe-cli-cics-deploy-plugin/
Swapped 3 and 4 as cics plugin is pre-requisite for our plugin.
Added installation command using npmjs.org
Moved "Build and install from the source" to CONTRIBUTING.md as Matthew suggested.
Removed mkdir and rm -rf command in the build from source section because it's not necessary and it might cause to remove unintended files, if the command fails somehow.
Changed Verification section to use zowe plugins validate command.
I think we could remove the stuff about building from source entirely and just have that in CONTRIBUTING.md, as most users will just want to install from npm.
CONTRIBUTING.md
as Matthew suggested.mkdir
andrm -rf
command in the build from source section because it's not necessary and it might cause to remove unintended files, if the command fails somehow.zowe plugins validate
command.