Skip to content

Latest commit

 

History

History
20 lines (13 loc) · 568 Bytes

README.md

File metadata and controls

20 lines (13 loc) · 568 Bytes

Framework

Framework is a detector for different frameworks in one projects

crates.io docs.rs license

Usage

use framework::FrameworkDetector;

FrameworkDetector::detect("path");

License

@ 2020~2022 This code is distributed under the MPL license. See LICENSE in this directory.