How to create a RimStone application
To create a RimStone application, use "-k" option of rim utility:
rim -k my-app
Copied!
where "my-app" is your application name. If you already have an application with that name, nothing is done, so this is an idempotent operation.
If you already have source code, you can create and compile your application in one step:
rim -k my-app -q
Copied!
which is a neat shortcut.
Copyright (c) 2019-2025 Gliim LLC. All contents on this web site is "AS IS" without warranties or guarantees of any kind.