crank 0.1.0

A command-line build tool for Playdate game development
Documentation
1
2
3
4
5
6
7
8
//! Command implementations

pub mod build;
pub mod clean;
pub mod new;
pub mod run;
pub mod test;
pub mod watch;