Init
  • 1 Minute to read

Init


Article summary

Initialize Ra-Ya project in the current folder.

Usage

rayasdk init [-h] [--app-id APP_ID] [--app-name APP_NAME]

Optional arguments

  • --app-id APP_ID: Application unique identificator (It has to be in snake_case format)
  • --app-name APP_NAME: Application name
  • -h --help: Show this help message and exit

Example

rayasdk init

Will create the following tree in the current path

.
├── doc
├── exec_settings.json
├── __main__.py
├── manifest.json
├── res
└── src
    └── app.py

3 directories, 4 files

Was this article helpful?

What's Next