Scaffoldrite streamlines your day-to-day project management. This guide shows common workflows from initialization to validation, generation, and modification.
# Generate to current directorysr generate .# Generate to a specific directorysr generate ./output# Init from current directorysr init --from-fs .# Update from specific directorysr update --from-fs ./components
⚠️ Always provide a directory for commands that require it (generate, update, merge, init --from-fs).
# Create structure in current directorysr generate .# Copy structure AND contents to outputsr generate ./project-template --copy# Preview before copyingsr generate ./dist --copy --dry-run
# Check expected vs actualsr list# View actual filesystemsr list --fs# Compare structure vs filesystemsr list --diff# Find a componentsr find Button# Search only in structure.srsr find Button --sr# Search only in filesystemsr find Button --fs