{"id":13804439,"url":"https://github.com/mulh8377/vset","last_synced_at":"2025-05-13T17:32:15.975Z","repository":{"id":104554136,"uuid":"226112152","full_name":"mulh8377/vset","owner":"mulh8377","description":"project setup and configuration tool for V projects --","archived":false,"fork":false,"pushed_at":"2020-02-07T16:14:26.000Z","size":54,"stargazers_count":19,"open_issues_count":0,"forks_count":2,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-11-18T20:51:05.837Z","etag":null,"topics":["make","project-management-system","project-structure","shell","vlang","vset"],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/mulh8377.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null}},"created_at":"2019-12-05T13:46:48.000Z","updated_at":"2022-07-19T16:06:51.000Z","dependencies_parsed_at":"2023-07-13T16:45:35.499Z","dependency_job_id":null,"html_url":"https://github.com/mulh8377/vset","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mulh8377%2Fvset","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mulh8377%2Fvset/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mulh8377%2Fvset/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/mulh8377%2Fvset/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/mulh8377","download_url":"https://codeload.github.com/mulh8377/vset/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":253993215,"owners_count":21996262,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["make","project-management-system","project-structure","shell","vlang","vset"],"created_at":"2024-08-04T01:00:47.865Z","updated_at":"2025-05-13T17:32:15.705Z","avatar_url":"https://github.com/mulh8377.png","language":"Shell","funding_links":[],"categories":["Applications"],"sub_categories":["Project management"],"readme":"# vset -- simple tool for setting up consistent projects for V\n\n## Design Requirements\n    - extendable and consistent\n    - high stage build/compile/run performance\n    - consistent stage build/compile/run logging\n    - automate stage build/compile/run documentation\n\n## useful build commands\n    - make\n\n        - build **working**\n            * makes a consistent directory layout, stores a copy/backup src in bin/backup/\n            * deletes original .git repo and initializes a new one\n\n        - compile **modify!**\n            * compiles v files in src/main\n\n\t- backup **working**\n\t    * backs up src/ and data/ and docs/ to bin/\n\n\t- git-init **in-progress**\n\t    * sets up .git directory inside of project and removes old one.\n\n        - git-pull **working**\n            * pulls v files from master branch\n\n        - git-push **working**\n            * pushes v files in src/main\n\n        - clean **working**\n            * cleans temporary files from bin/ and log/\n\n        - kill **working**\n            * resets the project back to its basic form\n\n\t- create-doc **working**\n\t    * creates template for .md files and stores it inside doc/todo/\n\n\t- save-doc **working**\n\t    * saves a backup of doc/todo/ files inside of log/temp/doc and doc/\n\t- create-template **working**\n\t    * creates template for .v files and stores it inside src/\n\t- clean-template **working**\n\t    * delete the template after you have renamed and modified the temp.v file\n\n \t- data-clean **working**\n\t    * deletes all data stored in the directory.\n\t - vb-mc **in-progress**\n\t    * a batch move and compile command. still needs some modifications\n\n## automated project structure\n    - bin/\n        - /backups/ temporary storage for a src and data backups\n        - /temp/ temporary files are stored here (including backups of past documentation)\n        - /exec/ copies of executable binary files\n        - /sh/ copies only safe and batch from vsh/shell/\n    - doc/\n        - stores .md \u0026 .txt generated modules and tests\n    - data/\n\t- /csv/\n\t- /json/\n\t- /xml/\n    - log/\n        - /temp/ temporary storage for logging output from building, running, and cleaning\n        - /temp/doc temporary storage for documents that are being saved and modified.\n    - src/\n        - modules and tests and code and executables are developed here.\n    - vsh/\n\t - shell/\n\t\t- vbatch/ shell scripts that enable batch moving and compiling of the src/ directory. \n\t\t- vdang/ **CAREFUL** shell scripts that clean, destroy, or create a new project.\n\t\t- vgit/  shell scripts that can automate your interaction with github\n\t\t- vmake/ shell scripts that can make file templates for .md and .v\n\t\t- vsafe/ shell scripts that backup, compile, log, and run\n    - Makefile\n    - README.md\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmulh8377%2Fvset","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmulh8377%2Fvset","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmulh8377%2Fvset/lists"}