Skip to content

khulnasoft-lab/templates-stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

vulscan Templates Stats

A utility for extracting various metadata from vulscan-templates.

Install

go install -v github.com/khulnasoft-labs/templates-stats

Examples

Pulls Template stats in Markdown format (default)

templates-stats -output TEMPLATES-STATS.md

Pulls Template stats in JSON format

templates-stats -json -output TEMPLATES-STATS.json

Pulls Template stats for template stored at custom path

templates-stats -output TEMPLATES-STATS.md -path custom_templates/

Pulls Top 10 authors of templates

templates-stats -top 10 -authors -output TOP-10.md

Note:

  • As default $HOME/vulscan-templates path is used.

About

No description, website, or topics provided.

Resources

License

Code of conduct

Security policy

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages