{"id":23280482,"url":"https://github.com/alwint3r/esp32proj","last_synced_at":"2026-04-26T23:31:27.738Z","repository":{"id":76136087,"uuid":"95104491","full_name":"alwint3r/esp32proj","owner":"alwint3r","description":"Generate ESP32 project directory from a very simple template","archived":false,"fork":false,"pushed_at":"2017-11-24T07:16:28.000Z","size":9,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T13:37:35.026Z","etag":null,"topics":["esp32","iot","project-scaffolding"],"latest_commit_sha":null,"homepage":"","language":"Shell","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/alwint3r.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":"2017-06-22T10:35:40.000Z","updated_at":"2017-07-24T11:15:05.000Z","dependencies_parsed_at":null,"dependency_job_id":"534e55df-3167-4d02-8b71-c9d93a26a872","html_url":"https://github.com/alwint3r/esp32proj","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/alwint3r/esp32proj","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwint3r%2Fesp32proj","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwint3r%2Fesp32proj/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwint3r%2Fesp32proj/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwint3r%2Fesp32proj/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/alwint3r","download_url":"https://codeload.github.com/alwint3r/esp32proj/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/alwint3r%2Fesp32proj/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32317162,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-26T23:26:28.701Z","status":"ssl_error","status_checked_at":"2026-04-26T23:26:25.802Z","response_time":129,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["esp32","iot","project-scaffolding"],"created_at":"2024-12-19T23:35:59.939Z","updated_at":"2026-04-26T23:31:27.723Z","avatar_url":"https://github.com/alwint3r.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"esp32proj\n=========\n\nInitialize ESP32 project from a very simple template.\n\n## Installation\n\nClone this repository. \n\n```bash\n$ git clone https://github.com/alwint3r/esp32proj.git ~/esp32proj\n```\n\nHere I cloned the repository to the `esp32proj` directory inside home directory.\n\nNext, set the `ESP32PROJ_PATH` environment variable with the path to esp32proj directory.\n\n```bash\n$ export ESP32PROJ_PATH=$HOME/esp32proj\n```\n\nNext append the value of `ESP32PROJ_PATH` environment variable to the `PATH` environment variable.\n\n```bash\n$ export PATH=$PATH:$ESP32PROJ_PATH\n```\n\nIt's better to append those two lines to the `.bash_profile` or `.profile` or `.bash_rc` file inside the home directory.\n\n## Usage\n\n```bash\nesp32proj_init.sh [PROJECT_NAME]\n```\n\n## Example\n\n```bash\nesp32proj_init.sh ./blinking\n```\n\nThis will create `blinking` project folder under the current working directory.\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falwint3r%2Fesp32proj","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Falwint3r%2Fesp32proj","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Falwint3r%2Fesp32proj/lists"}