{"id":13640464,"url":"https://github.com/bpmn-io/bpmn-js-create-append-anything","last_synced_at":"2025-06-30T05:33:19.282Z","repository":{"id":152762181,"uuid":"614929771","full_name":"bpmn-io/bpmn-js-create-append-anything","owner":"bpmn-io","description":"A create/append anything bpmn-js extension.","archived":false,"fork":false,"pushed_at":"2024-04-08T09:51:57.000Z","size":871,"stargazers_count":5,"open_issues_count":4,"forks_count":2,"subscribers_count":5,"default_branch":"main","last_synced_at":"2024-04-14T05:17:40.356Z","etag":null,"topics":["bpmn-js","bpmn-js-extension","element-templates"],"latest_commit_sha":null,"homepage":"","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/bpmn-io.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":"2023-03-16T15:48:01.000Z","updated_at":"2024-05-21T10:56:16.922Z","dependencies_parsed_at":"2024-01-14T11:10:55.221Z","dependency_job_id":"6675ed48-14b1-4c66-ac5b-bcf649d4211e","html_url":"https://github.com/bpmn-io/bpmn-js-create-append-anything","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpmn-io%2Fbpmn-js-create-append-anything","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpmn-io%2Fbpmn-js-create-append-anything/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpmn-io%2Fbpmn-js-create-append-anything/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/bpmn-io%2Fbpmn-js-create-append-anything/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/bpmn-io","download_url":"https://codeload.github.com/bpmn-io/bpmn-js-create-append-anything/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":223816599,"owners_count":17207888,"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":["bpmn-js","bpmn-js-extension","element-templates"],"created_at":"2024-08-02T01:01:11.400Z","updated_at":"2024-11-09T10:31:15.872Z","avatar_url":"https://github.com/bpmn-io.png","language":"JavaScript","funding_links":[],"categories":["Extensions"],"sub_categories":[],"readme":"# bpmn-js-create-append-anything\n\n[![CI](https://github.com/bpmn-io/bpmn-js-create-append-anything/actions/workflows/CI.yml/badge.svg)](https://github.com/bpmn-io/bpmn-js-create-append-anything/actions/workflows/CI.yml)\n\nThis module extends [bpmn-js](https://github.com/bpmn-io/bpmn-js) with a create and append anything modeling experience.\n\n![screenshot](./resources/screenshot.png)\n\n\n## Features\n\n* Create any BPMN element from the palette\n* Append any BPMN element from the context pad\n* Fully keyboard navigatable (`N` and `A` to open the menus)\n* Integration with [element templates](https://github.com/bpmn-io/element-templates) through dedicated extension\n  * Create or append templated elements\n  * Apply template through the replace menu \n\n\n## Installation\n\nInstall via npm:\n\n```sh\nnpm install bpmn-js-create-append-anything\n```\n\n\n## Usage\n\nUse as an extension for [bpmn-js](https://github.com/bpmn-io/bpmn-js):\n\n```javascript\nimport {\n  CreateAppendAnythingModule\n} from 'bpmn-js-create-append-anything';\n\nconst modeler = new BpmnModeler({\n  additionalModules: [\n    ...,\n    CreateAppendAnythingModule,\n    CreateAppendElementTemplatesModule\n  ]\n});\n```\n\nIf desired, integrate with [element templates](https://github.com/bpmn-io/element-templates):\n\n```javascript\nimport {\n  CreateAppendAnythingModule,\n  CreateAppendElementTemplatesModule\n} from 'bpmn-js-create-append-anything';\n\nconst modeler = new BpmnModeler({\n  additionalModules: [\n    ...,\n    CreateAppendAnythingModule,\n    CreateAppendElementTemplatesModule\n  ]\n});\n```\n\nThis relies on `elementTemplates` to be provided via an external module, i.e. [bpmn-js-element-templates](https://github.com/bpmn-io/bpmn-js-element-templates).\n\n\n## Run locally\n\nTo get the development setup make sure to have [NodeJS](https://nodejs.org/en/download/) installed.\nAs soon as you are set up, clone the project and execute\n\n```sh\n# install dependencies\nnpm install\n\n# start a bpmn-js instance with the extension\nnpm start\n\n# for regular BPMN elements only\nnpm run start:bpmn\n```\n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpmn-io%2Fbpmn-js-create-append-anything","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbpmn-io%2Fbpmn-js-create-append-anything","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbpmn-io%2Fbpmn-js-create-append-anything/lists"}