{"id":21326775,"url":"https://github.com/dxu/pico-starter","last_synced_at":"2025-03-16T00:11:18.833Z","repository":{"id":148447930,"uuid":"141848499","full_name":"dxu/pico-starter","owner":"dxu","description":"A starter kit for building pico 8 apps","archived":false,"fork":false,"pushed_at":"2018-07-22T22:51:31.000Z","size":6,"stargazers_count":3,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2025-01-22T12:45:23.842Z","etag":null,"topics":["gamedev","pico-8","pico8"],"latest_commit_sha":null,"homepage":null,"language":"Lua","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/dxu.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":"2018-07-21T22:00:05.000Z","updated_at":"2023-03-08T04:46:38.000Z","dependencies_parsed_at":"2023-05-20T05:45:47.944Z","dependency_job_id":null,"html_url":"https://github.com/dxu/pico-starter","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/dxu%2Fpico-starter","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxu%2Fpico-starter/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxu%2Fpico-starter/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dxu%2Fpico-starter/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dxu","download_url":"https://codeload.github.com/dxu/pico-starter/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":243806070,"owners_count":20350775,"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":["gamedev","pico-8","pico8"],"created_at":"2024-11-21T21:11:15.837Z","updated_at":"2025-03-16T00:11:18.796Z","avatar_url":"https://github.com/dxu.png","language":"Lua","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003cdiv align=\"center\"\u003e\n  \u003cimg alt=\"Yarn\" src=\"https://github.com/dxu/assets/raw/master/pico-starter.svg?sanitize=true\" width=\"800\"\u003e\n\u003c/div\u003e\n\n\u003cp align=\"center\"\u003e\n  Your friendly neighborhood PICO-8 starter kit\n\u003c/p\u003e\n\n## Features\n- **Automated multi-file builds** with [picotool](https://github.com/dansanderson/picotool) and a filesystem watcher\n\n## Dependencies\n\nTo use pico-starter, you will need a few pre-requisite dependencies:\n\n**[Yarn](https://yarnpkg.com/en/docs/install#mac-stable)** - Used as a task runner and watcher to automate `picotool build`\n\n**[Python 3](https://realpython.com/installing-python/)** - A requirement for `picotool` to function\n\n## Usage\n\npico-starter takes your `src/` directory, and rebuilds the output `.p8` file (default name `cart.p8`).\n\n### Setup\n\n- Before doing anything else, make sure you have installed the necessary **Dependencies** listed above.\n- `git clone` this repository.\n- `cd` into the repository.\n- Run `yarn` to fetch the external packages used.\n\n### Rebuild your cart\n\n- `yarn run build` will trigger a rebuild for your cart.\n  - This looks at the `src/root.lua` file, and outputs your cart in the root directory (named `cart.p8` by default).\n\n### Automated rebuilds\n\n- `yarn run watch` will watch the `src/` directory and rebuild your cart if you make changes while developing.\n\n### Rename your cart\n\n- If you would like to rename your cart, simply rename the output file!\n- Note: pico-starter looks for a single `.p8` file in its root directory. Having more than one will cause the build commands to fail.\n\n### Load your cart\n\n- At this time, `pico-starter` does not decide how you load your cart.\n- Some potential options could be:\n  - Clone this repository directly into your carts folder\n  - Hard link your `.p8` into your carts folder\n  - Manually (or automatically) copy it yourself\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxu%2Fpico-starter","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxu%2Fpico-starter","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxu%2Fpico-starter/lists"}