CLI Reference
preswald init
Initialize a new project directory with boilerplate files.
preswald init <project_name>
The preswald init
command initializes a new project directory and generates boilerplate files to get started quickly.
Arguments
project_name
(str):
The name of the new project.
Example Usage
Generated Files
When you run the preswald init
command, the following files are created in the project directory:
hello.py
: Starter application script.preswald.toml
: Configuration file for your app.secrets.toml
: Secure file for storing sensitive data.
Start building your project with these preconfigured files to save time and effort.
Was this page helpful?