Stack detector
Automatic pre-configuration of hosting settings based on project requirements found with a Git repo.
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
Found a tpyo?Edit