27 lines
No EOL
471 B
Cheetah
27 lines
No EOL
471 B
Cheetah
{{define "description"}}
|
|
# Init
|
|
|
|
**Init initializes the current working directory.**
|
|
|
|
The `init` command creates, within the current directory, a file and
|
|
folder structure prepared for immediate use of `probo`. The filesystem
|
|
structure is as follows:
|
|
```
|
|
|
|
├── filters
|
|
├── json
|
|
├── participants
|
|
├── quizzes
|
|
├── responses
|
|
├── sessions
|
|
└── templates
|
|
```
|
|
|
|
## Examples
|
|
|
|
1. Initialize the current directory:
|
|
|
|
```
|
|
probo init
|
|
```
|
|
{{end}} |