{"id":22279163,"url":"https://github.com/comuns-rpgmaker/babel-plugin-archetype","last_synced_at":"2025-07-28T09:07:55.980Z","repository":{"id":42715124,"uuid":"290825809","full_name":"comuns-rpgmaker/babel-plugin-archetype","owner":"comuns-rpgmaker","description":"Template for javascript plugins using Babel for RPG Maker MZ","archived":false,"fork":false,"pushed_at":"2023-01-06T13:59:10.000Z","size":510,"stargazers_count":5,"open_issues_count":7,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-05T02:03:54.661Z","etag":null,"topics":["archetype","babel","plugin","rpgmaker","rpgmakermz"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"zlib","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/comuns-rpgmaker.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":"2020-08-27T16:25:55.000Z","updated_at":"2024-05-26T00:00:03.000Z","dependencies_parsed_at":"2023-02-06T04:46:52.859Z","dependency_job_id":null,"html_url":"https://github.com/comuns-rpgmaker/babel-plugin-archetype","commit_stats":null,"previous_names":[],"tags_count":9,"template":true,"template_full_name":null,"purl":"pkg:github/comuns-rpgmaker/babel-plugin-archetype","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comuns-rpgmaker%2Fbabel-plugin-archetype","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comuns-rpgmaker%2Fbabel-plugin-archetype/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comuns-rpgmaker%2Fbabel-plugin-archetype/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comuns-rpgmaker%2Fbabel-plugin-archetype/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/comuns-rpgmaker","download_url":"https://codeload.github.com/comuns-rpgmaker/babel-plugin-archetype/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/comuns-rpgmaker%2Fbabel-plugin-archetype/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":267489790,"owners_count":24095804,"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","status":"online","status_checked_at":"2025-07-28T02:00:09.689Z","response_time":68,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"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":["archetype","babel","plugin","rpgmaker","rpgmakermz"],"created_at":"2024-12-03T15:18:24.618Z","updated_at":"2025-07-28T09:07:55.893Z","avatar_url":"https://github.com/comuns-rpgmaker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# RPG Maker MZ - Babel Plugin Archetype\n\nThis is a template repository for writing plugins for RPG Maker MZ using Babel.\nThe main purpose here is to set a basis from which other repositories can\nderive from and more easily be ready to start actual development.\n\n\n## Getting Started\n\nFirst of all, make sure you run `npm install` to install all the dependencies\nfor the project, such as [rollup.js](https://rollupjs.org/) and Babel itself.\n\nMake sure to set `package.json` up correctly, changing the package name to that\nof your plugin (this will be used to generate the output file) and adjust the\nvalues of the `version` and `description` fields (and, optionally, `keywords`).\nAlso make sure to add a property `testProjectDir` if you want to test your\nplugin (can be relative).\n\nTo configure plugin parameters and the likes, change `plugin-metadata.yaml`.\nRead more about it on [comuns-rpgmaker/plugin-metadata][plugin-metadata].\n\n[plugin-metadata]: https://github.com/comuns-rpgmaker/plugin-metadata\n\nOnce you are done, `npm run build` will create a JS file for your plugin as\n`dist/js/plugins/{pkg.name}.js`.\n\nBy default, the plugin is wrapped into an IIFE and everything you export from\n`./src/main.js` is saved under a namespace to be configured in `package.json`.\n\n**TL;DR**:\n\nFirst:\n- `npm install`\n- Modify `package.json`\n\nThen:\n- Modify `header.js` and write modern JS code on `src`\n- `npm run build`\n- Your plugin shows up compiled in `dist/js/plugins`\n- Repeat\n\n\n## Guidelines\n\nThis repo's purpose is **exclusively** providing a basic structure for other\nplugin repos.\nIt is **not** the place to create core functionality! (i.e. no application\ncode here!)\n\nChanges to this repo **must not** demand that repos derived from it be changed, but it **should** be possible to update them to a more recent version of the\narchetype fairly easily.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomuns-rpgmaker%2Fbabel-plugin-archetype","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcomuns-rpgmaker%2Fbabel-plugin-archetype","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcomuns-rpgmaker%2Fbabel-plugin-archetype/lists"}