{"id":18951040,"url":"https://github.com/moonwalker/mrm-presets","last_synced_at":"2026-05-18T03:11:15.358Z","repository":{"id":39586462,"uuid":"129701123","full_name":"moonwalker/mrm-presets","owner":"moonwalker","description":"mrm presets for :moon: :walking:","archived":false,"fork":false,"pushed_at":"2026-04-16T09:40:49.000Z","size":92,"stargazers_count":0,"open_issues_count":13,"forks_count":0,"subscribers_count":7,"default_branch":"master","last_synced_at":"2026-04-16T11:35:25.742Z","etag":null,"topics":["generator","mrm-preset","react"],"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/moonwalker.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2018-04-16T07:16:25.000Z","updated_at":"2022-05-31T14:18:22.000Z","dependencies_parsed_at":"2025-12-11T13:04:46.217Z","dependency_job_id":null,"html_url":"https://github.com/moonwalker/mrm-presets","commit_stats":null,"previous_names":[],"tags_count":34,"template":false,"template_full_name":null,"purl":"pkg:github/moonwalker/mrm-presets","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fmrm-presets","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fmrm-presets/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fmrm-presets/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fmrm-presets/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/moonwalker","download_url":"https://codeload.github.com/moonwalker/mrm-presets/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/moonwalker%2Fmrm-presets/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":33163441,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-05-17T22:39:12.733Z","status":"online","status_checked_at":"2026-05-18T02:00:06.436Z","response_time":71,"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":["generator","mrm-preset","react"],"created_at":"2024-11-08T13:26:06.085Z","updated_at":"2026-05-18T03:11:15.327Z","avatar_url":"https://github.com/moonwalker.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# [mrm](https://github.com/sapegin/mrm) presets for :moon: :walking:\n\n[![](https://img.shields.io/npm/v/@moonwalker/mrm-presets.svg)](https://www.npmjs.com/package/@moonwalker/mrm-presets)\n[![](https://badges.renovateapi.com/github/moonwalker/mrm-presets)](https://app.renovatebot.com/dashboard#github/moonwalker/mrm-presets)\n\n## Install\n\n```shell\n# Install mrm globally if need it\nnpm i -g mrm\n\n# Install presets package\nnpm i -g @moonwalker/mrm-presets\n\n```\n\n## Presets\n\n- [`react-component`](#react-component)\n- `orbit-ui-component`\n- [`release-it`](#release-it)\n- [`pre-flight-check`](#pre-flight-check)\n\n## react-component\n\nGenerate React component folder\n\n```shell\nmrm react-component --preset @moonwalker/mrm-presets --config:slug top-navigation --config:prefix components/signup\n\n// Running react-component...\n// Create src/components/signup/top-navigation/index.js\n// Create src/components/signup/top-navigation/top-navigation.component.js\n// Create src/components/signup/top-navigation/top-navigation.stories.js\n// Create src/components/signup/top-navigation/top-navigation.styl\n```\n\nRun the generator in the current dirrectory:\n\n```shell\ncd src/components\nmrm react-component --preset @moonwalker/mrm-presets --config:slug top-navigation --config:cwd . --config:prefix signup\n\n// Running react-component...\n// Create src/components/signup/top-navigation/index.js\n// Create src/components/signup/top-navigation/top-navigation.component.js\n// Create src/components/signup/top-navigation/top-navigation.stories.js\n// Create src/components/signup/top-navigation/top-navigations.styl\n```\n\n## release-it\n\nCustom release flow based on [release-it](https://github.com/release-it/release-it).\n\nUsage:\n```shell\nyarn bump\n```\n\nor\n```shell\nnpm run bump\n```\n\n### How is working\n\nWhen running `bump` command, `release-it` will do the following steps locally:\n\n1. set a new package version\n  - on master, a new semver version will be inferred based on [Angular conventional changelog format](https://github.com/conventional-changelog/conventional-changelog/blob/master/packages/conventional-changelog-angular/README.md)\n  - on a branch, a new beta tag will be generated\n\n  The version can be manually set by choosing the custom version option.\n\n2. tag the commit\n3. push the code \u0026 tags\n4. create a Github release(`GITHUB_TOKEN` required)\n\nCI will run the publish flow for tagged commits.\n\n## pre-flight-check\n\nAdd linting \u0026 formatting configs for [@moonwalker/pre-flight-check](https://github.com/moonwalker/pre-flight-check)\n\n#### How is working\n[lint-staged](https://www.npmjs.com/package/lint-staged) is running [Prettier](https://www.npmjs.com/package/prettier) and [Eslint](https://www.npmjs.com/package/eslint) before commit. If there are eslint errors, the commit will stop.\n\nTo skip the check entirely, you can use `git commit --no-verify`.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonwalker%2Fmrm-presets","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmoonwalker%2Fmrm-presets","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmoonwalker%2Fmrm-presets/lists"}