Add migrate:commit reminder after successful migrations in dev mode Add --silent flag to rsx:clean and use in framework updates Add minimal README.md with clone instructions 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
8 lines
184 B
Markdown
Executable File
8 lines
184 B
Markdown
Executable File
# RSpade Framework
|
|
|
|
To start a new RSpade project:
|
|
|
|
```bash
|
|
git clone --recurse-submodules ssh://git@privategit.hanson.xyz:3322/brianhansonxyz/rspade_project.git your-project-name
|
|
```
|