{"id":20266639,"url":"https://github.com/jdub-2000/projmake","last_synced_at":"2026-05-29T01:32:31.881Z","repository":{"id":253689652,"uuid":"844216302","full_name":"jdub-2000/projmake","owner":"jdub-2000","description":"Small, simple project setup utility built in Rust. ","archived":false,"fork":false,"pushed_at":"2025-03-05T02:49:41.000Z","size":9,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-12-05T23:26:00.582Z","etag":null,"topics":["file","project","rust"],"latest_commit_sha":null,"homepage":"","language":"Rust","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/jdub-2000.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,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-08-18T18:17:29.000Z","updated_at":"2025-03-05T02:51:38.000Z","dependencies_parsed_at":"2024-08-18T20:26:10.644Z","dependency_job_id":"4c54e43a-ea9e-469e-affc-c98f2b354886","html_url":"https://github.com/jdub-2000/projmake","commit_stats":null,"previous_names":["jdub-2000/projmake"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/jdub-2000/projmake","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdub-2000%2Fprojmake","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdub-2000%2Fprojmake/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdub-2000%2Fprojmake/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdub-2000%2Fprojmake/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jdub-2000","download_url":"https://codeload.github.com/jdub-2000/projmake/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jdub-2000%2Fprojmake/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33633468,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-26T15:22:16.424Z","status":"online","status_checked_at":"2026-05-28T02:00:06.440Z","response_time":99,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"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":["file","project","rust"],"created_at":"2024-11-14T12:10:39.622Z","updated_at":"2026-05-29T01:32:31.859Z","avatar_url":"https://github.com/jdub-2000.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# projmake \n \nA very basic utility to setup predicatble directory patterns\nfor starting new projects.  Also, an excuse to learn `Rust`!\n\nThis project is just getting started, and I hope to use it as an application\nand framework to learn more `Rust` along the way.  In the meantime, I'll try to make\nthis useful with what I know, and update as I go along my journey. :)\n\n## Installation and Setup \n\n1. Clone the `projmake` repository, and enter the repo directory\n\n```\ngit clone git@github.com:jdub-2000/projmake.git \u0026\u0026\ncd projmake\n```\n\n2. Compile `projmake` using `cargo` ; if you don't have `Rust` or `cargo` installed, see the instructions, [here](https://doc.rust-lang.org/cargo/getting-started/installation.html).\n\n```\ncargo build --release\n```\n\nif all goes well, a binary will placed in the following directory:\n\n`/projmake/target/release/projmake`\n\n3. Make a copy of that binary and place it in the `/usr/bin` directory:\n\n```\nsudo cp \u003cfull_path_to\u003e/projmake/target/release/projmake /usr/bin/\n```\n\n4. Exit the terminal\n\n```\nexit\n```\n\nYou should now be able to invoke the compiled binary no matter where you \"are\" in the filesystem.  See below for Usage instructions.\n\n## Usage\n\nTo make a new project:\n\n```\nprojmake foo\n```\n\nThis yields a directory with the following structure:\n\n```\nfoo\n├── CODE\n├── DAT\n├── DOC\n└── PROD\n```\n\nI know, not too impressive, but its a start and a big timesaver for me :)\nI hope to make some new feature available soon!\n\n## Additional Resources\n\n- For help with `Rust/Cargo` installation, consult their very nice guide, [ here](https://www.rust-lang.org/tools/install).\n\n- `Rust` standard [documentation](https://doc.rust-lang.org/std/fs/index.html) for the `fs` Module\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdub-2000%2Fprojmake","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjdub-2000%2Fprojmake","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjdub-2000%2Fprojmake/lists"}