Skip to content

Commit

Permalink
feat: add new tool cloc to dev playbook
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffreytse committed Oct 28, 2024
1 parent dc7018e commit 70ff22e
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions ansible/playbooks/dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,18 @@
name: bat
locked: true

###########################
# cloc
# Counts blank lines, comment lines, and physical lines of source code
# in many programming languages.
#
# https://github.com/AlDanial/cloc
###########################
- name: All => install cloc
community.general.npm:
name: cloc
global: true

###########################
# tokei
# Count your code, quickly
Expand Down

0 comments on commit 70ff22e

Please sign in to comment.