Feature description
I was trying to integrate ruler CLI in my codebase but I found that we need a list of files for the CLI. One of the most important files in dependencyMap.json. There is not gradle task for generating dependencyMap.json.
I tried forking the source code and generating the dependencyMap.json using Ruler plugin's route but there is an issue with the output.
Can ruler expose a gradle task which calculates dependencyMap.json in the format required by ruler CLI such that output of both cli and plugin are same?
Reasoning
It will ease the integration of ruler cli in our codebase for scenarios where we dont want to use ruler plugin.
Feature description
I was trying to integrate ruler CLI in my codebase but I found that we need a list of files for the CLI. One of the most important files in dependencyMap.json. There is not gradle task for generating dependencyMap.json.
I tried forking the source code and generating the dependencyMap.json using Ruler plugin's route but there is an issue with the output.
Can ruler expose a gradle task which calculates dependencyMap.json in the format required by ruler CLI such that output of both cli and plugin are same?
Reasoning
It will ease the integration of ruler cli in our codebase for scenarios where we dont want to use ruler plugin.