{"id":19544634,"url":"https://github.com/freshlybrewedcode/unity-git-cli","last_synced_at":"2025-07-04T08:06:09.795Z","repository":{"id":57386511,"uuid":"369488305","full_name":"FreshlyBrewedCode/unity-git-cli","owner":"FreshlyBrewedCode","description":"A CLI for working with Unity and Git.","archived":false,"fork":false,"pushed_at":"2021-05-22T16:17:15.000Z","size":42,"stargazers_count":1,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-05-23T20:41:36.847Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"TypeScript","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/FreshlyBrewedCode.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}},"created_at":"2021-05-21T09:46:54.000Z","updated_at":"2021-05-22T16:17:17.000Z","dependencies_parsed_at":"2022-09-26T16:51:02.229Z","dependency_job_id":null,"html_url":"https://github.com/FreshlyBrewedCode/unity-git-cli","commit_stats":null,"previous_names":[],"tags_count":2,"template":false,"template_full_name":null,"purl":"pkg:github/FreshlyBrewedCode/unity-git-cli","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreshlyBrewedCode%2Funity-git-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreshlyBrewedCode%2Funity-git-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreshlyBrewedCode%2Funity-git-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreshlyBrewedCode%2Funity-git-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/FreshlyBrewedCode","download_url":"https://codeload.github.com/FreshlyBrewedCode/unity-git-cli/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/FreshlyBrewedCode%2Funity-git-cli/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263472277,"owners_count":23471812,"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":"2024-11-11T03:30:07.384Z","updated_at":"2025-07-04T08:06:09.769Z","avatar_url":"https://github.com/FreshlyBrewedCode.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"unity-git\n=========\n\nA CLI for working with Unity and Git. \n\n[![oclif](https://img.shields.io/badge/cli-oclif-brightgreen.svg)](https://oclif.io)\n[![Version](https://img.shields.io/npm/v/unity-git.svg)](https://npmjs.org/package/unity-git)\n[![Downloads/week](https://img.shields.io/npm/dw/unity-git.svg)](https://npmjs.org/package/unity-git)\n[![License](https://img.shields.io/npm/l/unity-git.svg)](https://github.com/FreshlyBrewedCode/unity-git-cli/blob/master/package.json)\n\n`unity-git` is a simple CLI that simplifies the setup of git and git lfs for Unity projects. The CLI can be used with `npx` or installed globally using `npm install -g`.\n\nTo initialize a git repo with git lfs and matching .gitignore and .gitattributes open a terminal and run:\n```\ncd \u003cyour Unity project root directory\u003e\nnpx unity-git init\n```\nor install globally first:\n```\nnpm install -g unity-git\nunity-git init\n```\n\nDepending on your platform and setup you may have to run the command with elevated permissions:\n```\nsudo npx unity-git init\n``` \n\n\u003c!-- toc --\u003e\n* [Usage](#usage)\n* [Commands](#commands)\n\u003c!-- tocstop --\u003e\n# Usage\n\u003c!-- usage --\u003e\n```sh-session\n$ npm install -g unity-git\n$ unity-git COMMAND\nrunning command...\n$ unity-git (-v|--version|version)\nunity-git/1.1.0 linux-x64 node-v12.22.1\n$ unity-git --help [COMMAND]\nUSAGE\n  $ unity-git COMMAND\n...\n```\n\u003c!-- usagestop --\u003e\n# Commands\n\u003c!-- commands --\u003e\n* [`unity-git help [COMMAND]`](#unity-git-help-command)\n* [`unity-git init`](#unity-git-init)\n\n## `unity-git help [COMMAND]`\n\ndisplay help for unity-git\n\n```\nUSAGE\n  $ unity-git help [COMMAND]\n\nARGUMENTS\n  COMMAND  command to show help for\n\nOPTIONS\n  --all  see all commands in CLI\n```\n\n_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v3.2.2/src/commands/help.ts)_\n\n## `unity-git init`\n\ninit a new git repository for your unity project.\n\n```\nUSAGE\n  $ unity-git init\n\nEXAMPLE\n  $ unity-git init\n```\n\n_See code: [src/commands/init.ts](https://github.com/FreshlyBrewedCode/unity-git-cli/blob/v1.1.0/src/commands/init.ts)_\n\u003c!-- commandsstop --\u003e\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreshlybrewedcode%2Funity-git-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffreshlybrewedcode%2Funity-git-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffreshlybrewedcode%2Funity-git-cli/lists"}