Sloc, Code, Complexity - Github action using scc and instachart.
Quick Setup: Quickly add scc output as chart to your README.md with single action.
- uses: kevincobain2000/action-scc@v1- Make sure you have
README.mdin your repo. - Make sure
Settings > Actions > GeneralWorkflow permissions - Read and write permissions are checked.
- uses: kevincobain2000/action-scc@v1
with:
limit: 7 # Optional. Limit number of languages to show in chart (default is 7)
filename: README.md # Optional. File to update with chart (default is README.md)
width: 960 # Optional. Width of chart (default is 960)
height: 700 # Optional. Height of chart (default is 700)
instachart_url: # Optional. For self hosting charing service. (default is https://instachart.coveritup.app)- This action uses scc to generate the data.
- This action uses instachart to generate the chart.
- This action updates
README.mdwith url of chart image. Or adds new at the top if first time.

