Initialize a new project directory with boilerplate files.
preswald init <project_name>
preswald init
command initializes a new project directory and generates boilerplate files to get started quickly.
project_name
(str):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.Workbook.md
: Markdown notes describing your Preswald project.data/
: Directory for some sample data.images/
: Directory with logo, favicon, and readme gif.