birdview 0.4.1

Command line tools for project reviews
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
mod angular;
mod file_type;
mod inspector;
mod package;
mod test;
mod utils;

pub use angular::AngularInspector;
pub use file_type::FileTypeInspector;
pub use inspector::{FileInspector, FileInspectorOptions};
pub use package::PackageJsonInspector;
pub use test::TestInspector;