polyhorn-cli 0.4.2

Library with CLI for Polyhorn.
Documentation
1
2
3
4
5
6
7
8
9
10
//! Tasks and types for iOS-specific operations.

pub mod commands;
pub mod infoplist;
pub mod tasks;
pub mod xcassets;
pub mod xcodegen;

mod spec;
pub use spec::Spec;