linear-motion 0.2.0

A CLI tool for syncing between Linear and Motion
Documentation
1
2
3
4
5
pub mod loader;
pub mod models;

pub use loader::ConfigLoader;
pub use models::{AppConfig, ScheduleOverride, SyncRules, SyncSource, TimeEstimateStrategy};