Crate crank

Crate crank 

Source
Expand description

crank

A command-line build tool for Playdate game development, inspired by Cargo. Provides project scaffolding, build automation, and development tools.

Re-exports§

pub use config::PlaydateConfig;
pub use error::CrankError;
pub use error::Result;
pub use project::Project;
pub use sdk::Sdk;

Modules§

cli
CLI argument definitions using clap
commands
Command implementations
config
Configuration file parsing and management
error
Error types for crank
project
Project structure and management
sdk
Playdate SDK detection and interaction