{"id":40158255,"url":"https://github.com/zerexei/grapejs-components","last_synced_at":"2026-01-19T16:00:50.362Z","repository":{"id":48144533,"uuid":"516234301","full_name":"zerexei/grapejs-components","owner":"zerexei","description":null,"archived":false,"fork":false,"pushed_at":"2022-08-09T02:15:31.000Z","size":1067,"stargazers_count":1,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-11-22T00:27:02.520Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zerexei.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}},"created_at":"2022-07-21T05:18:13.000Z","updated_at":"2023-04-19T14:07:11.000Z","dependencies_parsed_at":"2022-08-12T19:40:31.010Z","dependency_job_id":null,"html_url":"https://github.com/zerexei/grapejs-components","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"artf/grapesjs-plugin-boilerplate","purl":"pkg:github/zerexei/grapejs-components","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerexei%2Fgrapejs-components","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerexei%2Fgrapejs-components/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerexei%2Fgrapejs-components/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerexei%2Fgrapejs-components/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zerexei","download_url":"https://codeload.github.com/zerexei/grapejs-components/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zerexei%2Fgrapejs-components/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28573281,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-19T15:45:05.669Z","status":"ssl_error","status_checked_at":"2026-01-19T15:44:23.317Z","response_time":67,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: 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":[],"created_at":"2026-01-19T16:00:49.631Z","updated_at":"2026-01-19T16:00:50.348Z","avatar_url":"https://github.com/zerexei.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003e We highly suggest starting using https://github.com/artf/grapesjs-cli for your new plugin projects\n\n# GrapesJS Plugin Boilerplate\n\n\n\u003cspan\u003e\u003ca href=\"https://david-dm.org/artf/grapesjs-plugin-boilerplate#info=devDependencies\" title=\"View the status of this project's development dependencies on DavidDM\"\u003e\u003cimg src=\"https://img.shields.io/david/dev/artf/grapesjs-plugin-boilerplate.svg\" alt=\"Dev Dependency Status\" /\u003e\u003c/a\u003e\u003c/span\u003e\n\nThis boilerplate helps you quickly start a production ready plugin for GrapesJS. If you don't know from where to start, check this guide [Creating plugins](https://grapesjs.com/docs/modules/Plugins.html). Sections below are also used as boilerplate for your README, follow these steps below\n\n### Usage\n1. Clone this repository `git clone https://github.com/artf/grapesjs-plugin-boilerplate.git YOUR-PLUGIN-NAME`\n1. Replace in all files `YOUR-PLUGIN-NAME` and `grapesjs-plugin-boilerplate` with your plugin name.\n  **The name of your plugin depends on the `name` key in your `package.json`**\n1. Update all the data in `package.json`\n1. Install dependencies `npm i` and run the local server `npm start`\n1. Start creating your plugin from `src/index.js`\n1. Show some gif/demo if possible\n1. Update README\n1. When you're ready, build your source with `npm run build`\n1. Publish\n\n\n\n\n## Summary\n\n* Plugin name: `YOUR-PLUGIN-NAME`\n* Components\n  * `new-component1`\n  * `new-component2`\n* Blocks\n  * `new-block1`\n  * `new-block1`\n...\n\n\n\n\n\n## Options\n\n|Option|Description|Default|\n|-|-|-\n|`option1`|Description option|`default value`|\n\n\n\n\n\n## Download\n\n* CDN\n  * `https://unpkg.com/YOUR-PLUGIN-NAME`\n* NPM\n  * `npm i YOUR-PLUGIN-NAME`\n* GIT\n  * `git clone https://github.com/YOUR-NAME/YOUR-PLUGIN-NAME.git`\n\n\n\n\n\n## Usage\n\nDirectly in the browser\n```html\n\u003clink href=\"https://unpkg.com/grapesjs/dist/css/grapes.min.css\" rel=\"stylesheet\"/\u003e\n\u003cscript src=\"https://unpkg.com/grapesjs\"\u003e\u003c/script\u003e\n\u003cscript src=\"path/to/YOUR-PLUGIN-NAME.min.js\"\u003e\u003c/script\u003e\n\n\u003cdiv id=\"gjs\"\u003e\u003c/div\u003e\n\n\u003cscript type=\"text/javascript\"\u003e\n  var editor = grapesjs.init({\n      container : '#gjs',\n      // ...\n      plugins: ['YOUR-PLUGIN-NAME'],\n      pluginsOpts: {\n        'YOUR-PLUGIN-NAME': { /* options */ }\n      }\n  });\n\u003c/script\u003e\n```\n\nModern javascript\n```js\nimport grapesjs from 'grapesjs';\nimport yourPluginName from 'YOUR-PLUGIN-NAME';\n\nconst editor = grapesjs.init({\n  container : '#gjs',\n  // ...\n  plugins: [yourPluginName],\n  pluginsOpts: {\n    [yourPluginName]: { /* options */ }\n  }\n  // or\n  plugins: [\n    editor =\u003e yourPluginName(editor, { /* options */ }),\n  ],\n});\n```\n\n\n\n\n\n## Development\n\nClone the repository\n\n```sh\n$ git clone https://github.com/YOUR-NAME/YOUR-PLUGIN-NAME.git\n$ cd YOUR-PLUGIN-NAME\n```\n\nInstall dependencies\n\n```sh\n$ npm i\n```\n\nStart the dev server\n\n```sh\n$ npm start\n```\n\n\n\n\n\n## License\n\nBSD 3-Clause\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerexei%2Fgrapejs-components","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzerexei%2Fgrapejs-components","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzerexei%2Fgrapejs-components/lists"}