Project Validation

Before submission, check your project’s structure, files, and metadata.

Syntax:

sidecrate validate [options]

Options:

- -p, --path <path> – project path (default: current)

- -v, --verbose – detailed output

Checks Include:

- Required files (`project.json`, description.md)

- File structure and size

- Preview images

- README presence

- Dependencies

Example:

sidecrate validate --verbose

Updated on