Sigma is a command line interface to install Modulo's server and create module faster
Go to the releases page and download the latest version of Sigma for your OS.
Extract the package and add the sigma folder to your PATH.
Check if sigma is installed by running the command
sgm version
You can install modulo's server by passing the flag '-m' or '--modulo' to the install command.
This will ask you to select the version you want to download and install it.
sgm install -m
You can also specify the version you want to install by passing the version as an argument.
sgm install -m BINKS-0.3.0
This feature is currently in work in progress.
You can generate a new Modulo module with the command new
You also can give the command the name you want your module to be called (By default the generated module will be called 'NewModule')
sgm new TardisModule
You can check the version of Sigma by simply using the command version
sgm version
You can check the version of Modulo by using the command version and passing it the flag '-m'
sgm version -m
Bug reports and pull requests are welcome on GitHub !