{"id":16905119,"url":"https://github.com/hyperbrain/serverless-package-plugin","last_synced_at":"2025-04-11T14:43:49.658Z","repository":{"id":78212350,"uuid":"57639129","full_name":"HyperBrain/serverless-package-plugin","owner":"HyperBrain","description":"Function packaging for Serverless","archived":false,"fork":false,"pushed_at":"2016-05-13T17:32:35.000Z","size":7,"stargazers_count":5,"open_issues_count":1,"forks_count":0,"subscribers_count":4,"default_branch":"master","last_synced_at":"2024-04-26T04:03:56.387Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/HyperBrain.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2016-05-01T16:08:28.000Z","updated_at":"2023-11-06T04:46:41.000Z","dependencies_parsed_at":"2023-05-02T11:47:20.870Z","dependency_job_id":null,"html_url":"https://github.com/HyperBrain/serverless-package-plugin","commit_stats":{"total_commits":10,"total_committers":1,"mean_commits":10.0,"dds":0.0,"last_synced_commit":"4fb27389960bd2bd2a4f0289c73fc1bdc28ea0c8"},"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperBrain%2Fserverless-package-plugin","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperBrain%2Fserverless-package-plugin/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperBrain%2Fserverless-package-plugin/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/HyperBrain%2Fserverless-package-plugin/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/HyperBrain","download_url":"https://codeload.github.com/HyperBrain/serverless-package-plugin/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248420649,"owners_count":21100441,"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-13T18:37:14.125Z","updated_at":"2025-04-11T14:43:49.641Z","avatar_url":"https://github.com/HyperBrain.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# serverless-package-plugin\n\n[![serverless](http://public.serverless.com/badges/v3.svg)](http://www.serverless.com)\n\nThis plugin adds function packaging to Serverless 0.5.x.\n\n## Overview\nThe plugin lets you package your functions without the need to deploy.\n\n## Installation\n\n1. Install the plugin module.\n\n   `npm install serverless-package-plugin` will install the latest version of the plugin.\n\n   If you want to debug, you also can reference the source repository at a specific version or branch\n   with `npm install https://github.com/HyperBrain/serverless-package-plugin#\u003ctag or branch name\u003e`\n\n2. Activate the plugin in your Serverless project.\n\n   Add `serverless-package-plugin` to the plugins array in your `s-project.json`.\n   ```\n   {\n     \"name\": \"testp1\",\n     \"custom\": {},\n     \"plugins\": [\n       \"serverless-package-plugin\"\n     ]\n   }\n   ```\n\n## Usage\n\n### Commands\nThe plugin adds some new commands to Serverless: `serverless package XXXXXX`\n\n#### create\nCreates the packaged functions. The function runtime will be used, so any standard\nruntime (nodejs, nodejs4.3, python) and 3rd party runtimes (babel) and all plugins\nare supported (serverless-optimizer-plugin).\nThe options are the same as with `function deploy` with the exception of the -t switch.\n\n## Releases\n\n### 1.0.2\n* Bug #3: Function names cannot be specified\n\n### 1.0.1\n* Trigger installed plugins on packaging\n\n### 1.0.0\n* Initial release\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperbrain%2Fserverless-package-plugin","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperbrain%2Fserverless-package-plugin","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperbrain%2Fserverless-package-plugin/lists"}