zackstrap 1.6.0

A CLI tool to bootstrap project configuration files
Documentation
1
2
3
4
5
6
7
8
9
pub mod commands;
pub mod config;
pub mod error;
pub mod generators;

pub use commands::CommandHandler;
pub use config::{EditorConfig, PackageJson, PrettierConfig};
pub use error::ZackstrapError;
pub use generators::{hooks::GitHooksGenerator, ConfigGenerator, ProjectType};