{"id":16006059,"url":"https://github.com/nikku/rollup-plugin-bpmnlint","last_synced_at":"2025-04-02T06:43:22.695Z","repository":{"id":48641677,"uuid":"149422261","full_name":"nikku/rollup-plugin-bpmnlint","owner":"nikku","description":"Convert bpmnlint config files to consumable modules.","archived":false,"fork":false,"pushed_at":"2024-04-07T22:15:07.000Z","size":193,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":3,"default_branch":"main","last_synced_at":"2024-05-02T00:05:21.608Z","etag":null,"topics":["bpmnlint","rollup-plugin"],"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/nikku.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},"funding":{"github":["nikku"]}},"created_at":"2018-09-19T09:01:49.000Z","updated_at":"2024-06-21T14:22:41.572Z","dependencies_parsed_at":"2023-12-20T23:59:44.005Z","dependency_job_id":"af1b1494-8621-4172-b919-859bb1441cb3","html_url":"https://github.com/nikku/rollup-plugin-bpmnlint","commit_stats":{"total_commits":50,"total_committers":1,"mean_commits":50.0,"dds":0.0,"last_synced_commit":"0bfa59a6ff608f56760043e39d6c6ae0a4f17f74"},"previous_names":[],"tags_count":11,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Frollup-plugin-bpmnlint","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Frollup-plugin-bpmnlint/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Frollup-plugin-bpmnlint/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nikku%2Frollup-plugin-bpmnlint/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nikku","download_url":"https://codeload.github.com/nikku/rollup-plugin-bpmnlint/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246769985,"owners_count":20830769,"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":["bpmnlint","rollup-plugin"],"created_at":"2024-10-08T11:23:09.134Z","updated_at":"2025-04-02T06:43:22.675Z","avatar_url":"https://github.com/nikku.png","language":"JavaScript","funding_links":["https://github.com/sponsors/nikku"],"categories":[],"sub_categories":[],"readme":"# rollup-plugin-bpmnlint\n\n[![CI](https://github.com/nikku/rollup-plugin-bpmnlint/actions/workflows/CI.yml/badge.svg)](https://github.com/nikku/rollup-plugin-bpmnlint/actions/workflows/CI.yml)\n\nConvert [bpmnlint](https://github.com/bpmn-io/bpmnlint) config files to consumable modules.\n\n```javascript\nimport { Linter } from 'bpmnlint';\n\nimport linterConfig from './.bpmnlintrc';\n\nconst linter = new Linter(linterConfig);\n```\n\n\n## Installation\n\n```sh\nnpm i rollup-plugin-bpmnlint -D\n```\n\n## Usage\n\n```js\nimport { rollup } from 'rollup';\n\nimport bpmnlint from 'rollup-plugin-bpmnlint';\n\nimport nodeResolve from '@rollup/plugin-node-resolve';\nimport commonjs from '@rollup/plugin-commonjs';\n\nrollup({\n  input: 'main.js',\n  plugins: [\n    nodeResolve(),\n    commonjs(),\n    bpmnlint({\n      // matching .bpmnlintrc files per default\n      include: '**/.bpmnlintrc',\n\n      // undefined per default\n      exclude: [ ],\n\n      // an compiler that transforms a .bpmnlintrc\n      // file into the actual bpmnlint configuration\n      compileConfig: null\n    })\n  ]\n});\n```\n\n\n## License\n\nMIT\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikku%2Frollup-plugin-bpmnlint","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnikku%2Frollup-plugin-bpmnlint","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnikku%2Frollup-plugin-bpmnlint/lists"}