https://github.com/radon-h2020/radon-ansible-metrics-plugin
A Visual Studio Code extension for AnsibleMetrics (https://radon-h2020.github.io/radon-ansible-metrics/)
https://github.com/radon-h2020/radon-ansible-metrics-plugin
Last synced: about 2 months ago
JSON representation
A Visual Studio Code extension for AnsibleMetrics (https://radon-h2020.github.io/radon-ansible-metrics/)
- Host: GitHub
- URL: https://github.com/radon-h2020/radon-ansible-metrics-plugin
- Owner: radon-h2020
- License: apache-2.0
- Created: 2020-05-27T13:56:23.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2022-12-30T20:29:43.000Z (over 2 years ago)
- Last Synced: 2025-01-12T11:37:29.023Z (4 months ago)
- Language: TypeScript
- Size: 2.1 MB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
![]()
The Visual Studio Code extension for measuring the characteristics of Ansible source code
This is the VSC extension of the Ansible metric tool (available on [Github](https://github.com/radon-h2020/radon-ansible-metrics/)).
## Features
**AnsibleMetrics** allows the user to have a wider overview of its infrastructure code by extracting metrics from it and by showing them in a very simple fashion.
The extension works for Ansible playbooks and tasks files.
## How to use

## See insights from the metrics
## Requirements
The extension requires the python module ```ansiblemetrics>=0.3.10```.
You can install [the latest](https://pypi.org/project/ansiblemetrics/) version with```pip install ansiblemetrics```