create-lamdera-app-rs 0.1.8

A CLI tool to scaffold Lamdera applications with Tailwind CSS, authentication, i18n, and testing
Documentation
1
2
3
4
5
6
7
8
9
pub mod args;
pub mod error;
pub mod git;
pub mod github;
pub mod interactive;
pub mod package_manager;
pub mod templates;

pub use error::Result;