Stack detector
Reviewed
Markdown ↓🕵️
Automatic stack detective.
The stack detector automatically pre-configures hosting settings by analyzing your Git repository for software packages and dependencies.
When connecting a Git repo from GitHub while setting up an app for git deployment, the code in the repo will be scanned using the stack detector:
- github.com/fortrabbit/stack-detector - open source
It will discover the used software packages and versions. Matching settings from the software templates will be applied. In addition composer.json and package.json will be parsed to suggest custom build commands:
npm run buildwill be set when apackage.jsonis presentcomposer installwill be set when acomposer.jsonis present