gitignore-template-generator 0.3.10

A binary crate to generate templates for .gitignore files
Documentation
1
2
3
4
5
6
7
8
9
pub mod config; // cli args configs
pub mod constant; // global constants
mod core; // core api
pub mod helper; // internal helper logic
pub mod http_client; // http client to make api calls
pub mod validator; // cli args validators

// exposed entities
pub use core::*;