📄 | Project document generator for specific standartisation [maintainer=@orzklv]
Find a file
2025-06-18 03:55:14 +05:00
docs chore: (re) structure and looping 2025-06-18 03:34:54 +05:00
.envrc chore: current research 2025-06-18 03:28:12 +05:00
.gitignore chore: current research 2025-06-18 03:28:12 +05:00
docx.nix chore: (re) structure and looping 2025-06-18 03:34:54 +05:00
flake.lock chore: current research 2025-06-18 03:28:12 +05:00
flake.nix chore: current research 2025-06-18 03:28:12 +05:00
LICENSE Initial commit 2025-06-18 02:30:05 +05:00
README.md new: researched helpful readme 2025-06-18 03:55:14 +05:00
requirements.doc chore: current research 2025-06-18 03:28:12 +05:00
shell.nix chore: current research 2025-06-18 03:28:12 +05:00

standartization

📄 | Documents for getting projects standartized

TODOs

  • Write a rust program that will:
    • Have github link passed as arg
    • Clone master branch
    • Walk by every source code with specific extention passed via arg
    • Get number of lines of code in every source code file
    • Get sha256 of every source code file
    • If there's dictionary.toml, match path and insert description automatically.
    • Look for passed markdown file, if exists, look for "#@SCT@#"
    • Replace "#@SCT@#" with produced markdown table

Examples

Example Command:

johnny -ext ".rs" -dict ./dictionary.toml https://github.com/xinux-org/templates

Example Dictionary:

[[definitions]]
"path" = "./src/some/shit.rs"
"definition" = "This file holds codebase for adding, deleting and editing shitcoders"
#? "network" = ""

Helpful