{"id":15498103,"url":"https://github.com/bcomnes/netlify-lambda-builder","last_synced_at":"2025-10-14T18:42:56.693Z","repository":{"id":144724215,"uuid":"138089228","full_name":"bcomnes/netlify-lambda-builder","owner":"bcomnes","description":"wip experiment ","archived":false,"fork":false,"pushed_at":"2018-06-21T01:36:30.000Z","size":20,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":3,"default_branch":"master","last_synced_at":"2024-12-17T15:42:34.976Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://netlify-lambda-builder.netlify.com/","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/bcomnes.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","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-06-20T21:46:15.000Z","updated_at":"2020-07-04T02:12:59.000Z","dependencies_parsed_at":null,"dependency_job_id":"f9b09443-7755-4cc2-a7e2-043af40aa554","html_url":"https://github.com/bcomnes/netlify-lambda-builder","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2Fnetlify-lambda-builder","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2Fnetlify-lambda-builder/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2Fnetlify-lambda-builder/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bcomnes%2Fnetlify-lambda-builder/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bcomnes","download_url":"https://codeload.github.com/bcomnes/netlify-lambda-builder/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":231521943,"owners_count":18389473,"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-10-02T08:41:55.631Z","updated_at":"2025-10-14T18:42:56.625Z","avatar_url":"https://github.com/bcomnes.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# netlify-lambda-builder  [![stability][0]][1]\n[![npm version][2]][3] [![build status][4]][5]\n[![downloads][8]][9]\n\nAn experimental CLI and convention for building Netlify functions.\n\n## Installation\n\n```console\n$ yarn add netlify-lambda-builder --dev\n```\n\n## Usage\n\n```console\n$ tree src-folder/\n\nsrc-folder/\n├── function-a\n│   ├── index.js\n│   └── package.json\n└── function-b\n    ├── index.js\n    └── package.json\n\n\n$ netlify-lambda-builder src-folder --dest functions\n\n# ... some time\n\n$ tree src-folder/\n\nsrc-folder/\n├── function-a\n│   ├── index.js\n│   ├── package.json\n│   └── node_modules\n│        └── ...\n└── function-b\n    ├── index.js\n    └── package.json\n    └── node_modules\n        └── ...\n\n$ tree functions/\n\nfunctions/\n├── function-a.zip\n└── function-b.zip\n```\n\nRunning `netlify-lambda-builder` will run `npm i` inside each function folder it discovers in the source dir.  A function folder is a top level folder in the source folder that contains a package.json.\n\n\n## License\n[MIT](https://tldrlegal.com/license/mit-license)\n\n[0]: https://img.shields.io/badge/stability-experimental-orange.svg?style=flat-square\n[1]: https://nodejs.org/api/documentation.html#documentation_stability_index\n[2]: https://img.shields.io/npm/v/netlify-lambda-builder.svg?style=flat-square\n[3]: https://npmjs.org/package/netlify-lambda-builder\n[4]: https://img.shields.io/travis/bcomnes/netlify-lambda-builder/master.svg?style=flat-square\n[5]: https://travis-ci.org/bcomnes/netlify-lambda-builder\n[8]: http://img.shields.io/npm/dm/netlify-lambda-builder.svg?style=flat-square\n[9]: https://npmjs.org/package/netlify-lambda-builder\n[10]: https://img.shields.io/badge/code%20style-standard-brightgreen.svg?style=flat-square\n[11]: https://github.com/feross/standard\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcomnes%2Fnetlify-lambda-builder","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbcomnes%2Fnetlify-lambda-builder","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbcomnes%2Fnetlify-lambda-builder/lists"}