{"id":24189656,"url":"https://github.com/ztgx/templateme","last_synced_at":"2026-06-08T17:31:31.632Z","repository":{"id":57669451,"uuid":"201440965","full_name":"zTgx/templateme","owner":"zTgx","description":"Generate template Cargo project in Rust","archived":false,"fork":false,"pushed_at":"2019-08-11T14:31:35.000Z","size":33,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-01T23:37:45.295Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Rust","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zTgx.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE-APACHE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-08-09T09:55:04.000Z","updated_at":"2020-02-15T03:43:36.000Z","dependencies_parsed_at":"2022-09-26T20:40:56.145Z","dependency_job_id":null,"html_url":"https://github.com/zTgx/templateme","commit_stats":null,"previous_names":["ztgx/t"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTgx%2Ftemplateme","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTgx%2Ftemplateme/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTgx%2Ftemplateme/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zTgx%2Ftemplateme/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zTgx","download_url":"https://codeload.github.com/zTgx/templateme/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241601167,"owners_count":19988879,"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":[],"created_at":"2025-01-13T14:30:17.808Z","updated_at":"2026-06-08T17:31:31.581Z","avatar_url":"https://github.com/zTgx.png","language":"Rust","funding_links":[],"categories":[],"sub_categories":[],"readme":"# templateme [![Travis status](https://travis-ci.org/zTgx/templateme.svg?branch=master)](https://travis-ci.org/zTgx/templateme) [![crate](https://img.shields.io/crates/v/templateme.svg)](https://crates.io/crates/templateme)\n\nGenerate template Cargo project in Rust\n\nNOTE:\n`git` required.\n\n# Usage\n```\ngit clone https://github.com/zTgx/templateme.git\ncd templateme\ncargo install --path .\ntemplateme --new proj_name\n```\nTemplate project's src tree :  \n```\n├── Cargo.toml\n├── .travis.yml\n├── LICENSE-APACHE\n├── LICENSE-MIT\n├── README.md\n├── .gitignore\n├── examples\n└── src\n```\n\nand in `Cargo.toml` includings:  \n```\n[package]\nname = \"proj_name\"\nversion = \"0.1.0\"\nauthors = [\"Replace Me\"]\nedition = \"2018\"\nrepository = \"https://github.com/Replace Me.git\"\nreadme = \"README.md\"\nkeywords = [ \"Replace Me\" ]\ncategories = [ \"Replace Me\" ]\nlicense = \"MIT/Apache-2.0\"\nexclude = [ \"/.travis.yml\" ]\ndescription = \"Replace Me\"\n\n[dependencies]\n```  \nand in `.gitignore` includings:  \n```\n/target\n**/*.rs.bk\nCargo.lock\n```\nand in `.travis.yml` includings:\n```\nlanguage: rust\nsudo: false\n\nrust:\n  - stable\n\nscript:\n  - cargo build --verbose --all  \n```\nand others includings default contents.  \n\n\n# Have Fun.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fztgx%2Ftemplateme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fztgx%2Ftemplateme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fztgx%2Ftemplateme/lists"}