Command Reference for start-imba
September 27, 2019 ยท View on GitHub
start-imba [--use-npm]
Generate a new imba project, if name isn't specified, you will be asked in the prompt.
start-imba <project-name> [--use-npm]
Generate a new imba project, with tools that you has choosen. Use yarn by default.
start-imba <project-name> [--imba-version <version>]
Generate a new imba project, with preferred version of imba. <version> need to be a valid version of imba, if not valid, it would use a default version.
start-imba create <project-name> [--use-npm]
Just like before, but using create word. Useful if you somehow forgot that it can be called without create word.
start-imba update
Update start-imba to the latest version.