detect-project
v0.0.1
Published
Auto detect the project type from its files
Readme
Detect Project
Auto detect the project type from its files
Usage
From the cli.
$ npx detect-project <filepath>
~/repo/example-app $ npx detect-project
javascript/cra
$ npx detect-project ~/repo/sprint-be
java/springbootJavascript API
import { detect } from "detect-project";
console.log(detect(__dirname));