scmt
needs Node.js and NPM installed on the machine, before start installing and using it.
The scmt
tool can be installed as any other node module, but you have to install to the global node_modules folder, so use the -g
switch to npm
.
To install scmt
, execute the following command:
$ npm install -g scmt
To check, whether scmt is installed successfully, run the following command:
$ scmt -V
scmt
utilityCheck if scmt is properly installed:
$ scmt -h
Usage: scmt [options]
Options:
-h, --help output usage information
-V, --version output the version number
-v, --verbose Verbose mode
In order to learn more about how to use the tool, read the documentation pages.