{"id":20439415,"url":"https://github.com/skitsanos/espidf-app-builder","last_synced_at":"2026-04-18T19:33:09.271Z","repository":{"id":153096188,"uuid":"160389973","full_name":"skitsanos/espidf-app-builder","owner":"skitsanos","description":"CLI utility for creating ESP-IDF apps","archived":false,"fork":false,"pushed_at":"2026-03-02T07:11:04.000Z","size":319,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2026-03-02T11:46:03.360Z","etag":null,"topics":["cli","cli-app","esp-idf","esp32"],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/skitsanos.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-12-04T16:51:02.000Z","updated_at":"2026-03-02T07:10:58.000Z","dependencies_parsed_at":"2025-01-15T19:22:39.114Z","dependency_job_id":"6a710f3e-ed44-4729-807b-efc4fae9070e","html_url":"https://github.com/skitsanos/espidf-app-builder","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/skitsanos/espidf-app-builder","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skitsanos%2Fespidf-app-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skitsanos%2Fespidf-app-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skitsanos%2Fespidf-app-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skitsanos%2Fespidf-app-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/skitsanos","download_url":"https://codeload.github.com/skitsanos/espidf-app-builder/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/skitsanos%2Fespidf-app-builder/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31982721,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T17:30:12.329Z","status":"ssl_error","status_checked_at":"2026-04-18T17:29:59.069Z","response_time":103,"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":["cli","cli-app","esp-idf","esp32"],"created_at":"2024-11-15T09:17:12.616Z","updated_at":"2026-04-18T19:33:09.252Z","avatar_url":"https://github.com/skitsanos.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# espidf-app-builder\nCLI utility for creating ESP-IDF apps\n\n\n### Installation\n\nClone to your drive\n\n```ssh\ngit clone https://github.com/skitsanos/espidf-app-builder.git\n```\n\nInstall dependencies\n\n```ssh\ncd espidf-app-builder\nnpm install\n```\n\nOnce dependencies installed, you need to link. The npm link command allow us to locally ‘symlink a package folder’, and for our needs, it will locally install any command listed in the bin field of our package.json. In other words, npm link is like a NodeJS package installation simulator. It is worth to mention that npm link has a wider usage that exceeds the scope of this guide\n\n```ssh\nsudo npm link\n```\n\nNow you can run it by typing _esp32app_. Add --help to learn on command line arguments required\n\n```\nesp32app --help\n```\n\n### Command line arguments\n```\nUsage: esp32app -name -path\n\nOptions:\n  -v, --version                 output the version number\n  -a, --app \u003capplication name\u003e  application name\n  -p, --path \u003cpath\u003e             path where application will be created\n  -h, --help                    output usage information\n```\n\nWill create a directory structure and minimal set of files required for ESP-IDF appplication:\n\n```\n├─ /components\n├─ /main\n├─── app.c\n├─── component.mk\n├─ CMakeLists.txt\n├─ Makefile\n\n```\n\nAfter application structure created, don't forget to run config\n\n```\nmake menuconfig\n```\n\n### Setting OSX Finder Quick Action with Automator\n\n![](osx-automator-esp32app.png)\n\n```sh\nif [ -x /usr/libexec/path_helper ]; then\n    eval `/usr/libexec/path_helper -s`\nfi\n\nif  [ -f \"$HOME\"/.profile ]; then\n    source \"$HOME\"/.profile\nelif [ -f \"$HOME\"/.bash_profile ]; then\n    source \"$HOME\"/.bash_profile\nelif [ -f \"$HOME\"/.bashrc ]; then\n    source \"$HOME\"/.bashrc\nfi\n\nesp32app --app $1 --path $2\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskitsanos%2Fespidf-app-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fskitsanos%2Fespidf-app-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fskitsanos%2Fespidf-app-builder/lists"}