Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/offensive-vk/auto-stats
Automated Repo Statistics Action.
https://github.com/offensive-vk/auto-stats
automated-change custom github-actions stats
Last synced: 22 days ago
JSON representation
Automated Repo Statistics Action.
- Host: GitHub
- URL: https://github.com/offensive-vk/auto-stats
- Owner: offensive-vk
- License: mit
- Created: 2024-09-13T01:34:11.000Z (3 months ago)
- Default Branch: master
- Last Pushed: 2024-10-21T06:12:19.000Z (2 months ago)
- Last Synced: 2024-10-21T18:21:31.451Z (2 months ago)
- Topics: automated-change, custom, github-actions, stats
- Language: Shell
- Homepage: https://github.com/marketplace/actions/auto-stats
- Size: 33.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Auto Stats
Auto Stats Action enables to generate a repository statistics file like total number of file, number of words in every file, etc.
## Example
You can use the following example as a template to create a new file with any name under `.github/workflows/`.
```yaml
name: Auto Repo Statson:
schedule:
- cron: '10 0 * * *'jobs:
stats:
name: Generate Stats
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Generate Stats
- uses: offensive-vk/auto-stats@v6
with:
branch: master
commit-message: Update Repo Stats
github-token: ${{ secrets.GITHUB_TOKEN }}
```## Sample Output
# Daily Repository Statistics
Generated on Sep 14, Saturday 12:40:33 PM
SECURITY.md: 1111 characters
LICENSE: 34523 characters
compose.yaml: 260 characters
STATS.md: 165 characters
RECENT.md: 5505 characters
Dockerfile: 922 characters
pnpm-lock.yaml: 114 characters
README.md: 16266 characters
WORKFLOWS.md: 3035 characters
package.json: 1201 characters## Summary ⛽
- Total files: 44
- Total character count: 5256228
- Average characters per file: 119459
- Largest file: shocked.gif (952063 characters)
- Smallest file: GREETINGS.md (69 characters)
- Optional: Total word count: 274804***
© Vedansh 2020 - Present
Licensed under MIT
Thanks for visiting :)