CLI usage and publish ====================== - run `npm install` in the root folder for installing dependencies - For trying out the cli locally it can be installed with `npm install -g` command in the root folder. This command will install the package globally in your system. (You might need to uninstall the previous version if there are conflicts with changing between npm and local installs. Use: `npm uninstall -g @mobiscroll/cli`) CLI publish ============ - write new changelog in the `changelog.txt` also move this to the website as well - make sure to change the version number in the `package.json` file - log in with the `hello@mobiscroll.com` npm user - run `npm publish` for publishing the new version