lichenn 1.1.1

Manage and generate the licenses of your project effectively and mighty quick, with a smooth interface, custom rules and configuration
Documentation
1
2
3
4
5
6
7
8
//! # Command Modules
//!
//! This module declares the submodules responsible for handling specific CLI commands.

pub mod apply;
pub mod generate;
pub mod init;
pub mod unapply;