{"id":20568927,"url":"https://github.com/neelr/templater","last_synced_at":"2025-06-20T03:03:52.020Z","repository":{"id":106142000,"uuid":"267966464","full_name":"neelr/templater","owner":"neelr","description":"A cli to create and share code templates and structure","archived":false,"fork":false,"pushed_at":"2023-01-02T06:48:19.000Z","size":275,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-04-14T16:17:11.092Z","etag":null,"topics":["cli","golang","template","template-manager","templating"],"latest_commit_sha":null,"homepage":"https://tmpltr.now.sh","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/neelr.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","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":"2020-05-29T22:23:38.000Z","updated_at":"2024-04-06T22:06:01.000Z","dependencies_parsed_at":null,"dependency_job_id":"8d9c5b6e-90f4-464c-8a02-2b32e63c9fca","html_url":"https://github.com/neelr/templater","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelr%2Ftemplater","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelr%2Ftemplater/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelr%2Ftemplater/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/neelr%2Ftemplater/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/neelr","download_url":"https://codeload.github.com/neelr/templater/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248914117,"owners_count":21182359,"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":["cli","golang","template","template-manager","templating"],"created_at":"2024-11-16T04:55:22.675Z","updated_at":"2025-04-14T16:17:18.625Z","avatar_url":"https://github.com/neelr.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# templater\n\n\u003cp align=\"center\"\u003e\n    \u003ca href=\"https://templaterx.now.sh\" alt=\"Templates\"\u003e\n        \u003cimg src=\"https://img.shields.io/endpoint?url=https://plate.neelr.dev/api/badges/templates\u0026label=Templates\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://templaterx.now.sh\" alt=\"Server\"\u003e\n        \u003cimg src=\"https://img.shields.io/endpoint?url=https://plate.neelr.dev/api/badges\u0026label=Server%20Status\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://opensource.org/licenses/MIT\" alt=\"LICENSE\"\u003e\n        \u003cimg src=\"https://badgen.net/github/license/neelr/templater\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/neelr/templater/commits/master\" alt=\"Commits\"\u003e\n        \u003cimg src=\"https://badgen.net/github/last-commit/neelr/templater\" /\u003e\u003c/a\u003e\n    \u003ca href=\"https://github.com/neelr/templater/issues\" alt=\"Closed Issues\"\u003e\n        \u003cimg src=\"https://badgen.net/github/closed-issues/neelr/templater\" /\u003e\u003c/a\u003e\n     \u003ca href=\"https://github.com/neelr/templater/issues\" alt=\"Open Issues\"\u003e\n        \u003cimg src=\"https://badgen.net/github/open-issues/neelr/templater\" /\u003e\u003c/a\u003e\n      \u003ca href=\"https://github.com/neelr/templater/actions\" alt=\"Actions\"\u003e\n        \u003cimg src=\"https://badgen.net/github/checks/neelr/templater\" /\u003e\u003c/a\u003e\n  \u003ca href=\"https://github.com/neelr/templater/releases\" alt=\"Release\"\u003e\n        \u003cimg src=\"https://badgen.net/github/release/neelr/templater\" /\u003e\u003c/a\u003e\n  \n\u003c/p\u003e\n\nA cli to create and share code templates and structure! This makes life super easy, so you don't have to create the React folder structure, and can create production ready structure in seconds! Also the best part about this, is since it has integration with GitHub, you can upload and download other people's structures, so the possibilities are endless!\n\n### Installation\n\n1. `go get -u github.com/neelr/templater/cmd/plate` Get the package from github\n\n2. `go install github.com/neelr/templater/cmd/plate` Install the package!\n\n### Docs\n\n##### `plate create name`\n\nCreates a template using the files in the current directory, and calls it \"name\"!\n\n##### `plate load name`\n\nLoads the specified temnplate into the current directory\n\n##### `plate delete name`\n\nDeletes the template \"name\"\n\n##### `plate list`\n\nLists all installed templates\n\n##### `plate login`\n\nLogs you in so you can upload your templates so others can download them!\n\n##### `plate upload name`\n\nAfter you've logged in, you can upload a plate so people can see it! It'll give you a slug in the format `githubUsername/templateName` which others can use to download your template!\n\n##### `plate deletefromserver name`\n\nDelete the template you uploaded in the past!\n\n##### `plate get githubUsername/templateName`\n\nInstall the template someone uploaded! You can load it anytime you want!\n\n## TODO:\n\n-   [x] Create a Nextjs UI so people can view people's templates\n-   [x] Create a landing page ~along with a logo~\n-   [x] Add Badges\n\nOpen to contributers! Just open up an issue/PR!\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneelr%2Ftemplater","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fneelr%2Ftemplater","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fneelr%2Ftemplater/lists"}