@mobiscroll/cli
v1.15.0
Published
Mobiscroll command line configuration tool
Readme
Mobiscroll CLI
Installation
npm install -g @mobiscroll/cliUsage
For detailed usage information please run the `mobiscroll --help` command or visit the [CLI docs page](https://docs.mobiscroll.com/cli).Dev usage
run
npm installin the root folder for installing dependenciesFor trying out the cli locally run the
npm install -gcommand in the root folder. This command will install the package globally on your system. (You might need to uninstall the previous version if there are intallation conflicts between npm and local variants. Use:npm uninstall -g @mobiscroll/cli)
Publishing
write new changelog in the
changelog.txtalso move this to the website as wellmake sure to change the version number in the
package.jsonfilelog in with the mobiscroll npm user
run
npm publishfor publishing the new version
