Contains CLI and workflow which scans user repositories to detect technologies, and generates starter workflow
Single tech detection:
advisor -g js -w "${PWD}/test-workflow.yaml" --src "${PWD}"
Multiple tech detection:
advisor -g js -g csharp -w "${PWD}/test-workflow.yaml" --src "${PWD}"
Output is defined by json scheme here
This code is made available under the MIT license
- Learn about the CloudBees platform