{"id":17096377,"url":"https://github.com/robhameetman/micro-fe","last_synced_at":"2025-09-22T08:06:56.164Z","repository":{"id":42869640,"uuid":"210061669","full_name":"RobHameetman/micro-fe","owner":"RobHameetman","description":"🚀 A collection of NPM initializers for bootstrapping micro-frontend solutions.","archived":false,"fork":false,"pushed_at":"2023-01-06T04:19:48.000Z","size":1080,"stargazers_count":1,"open_issues_count":26,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-04-06T01:13:09.349Z","etag":null,"topics":["lerna-monorepo","micro-frontends","nodejs","npm","pre-alpha","project-templates","typescript"],"latest_commit_sha":null,"homepage":"https://www.robhameetman.com","language":"TypeScript","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/RobHameetman.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":"2019-09-21T22:39:20.000Z","updated_at":"2023-03-04T05:44:58.000Z","dependencies_parsed_at":"2023-02-05T07:02:11.475Z","dependency_job_id":null,"html_url":"https://github.com/RobHameetman/micro-fe","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/RobHameetman/micro-fe","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobHameetman%2Fmicro-fe","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobHameetman%2Fmicro-fe/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobHameetman%2Fmicro-fe/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobHameetman%2Fmicro-fe/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/RobHameetman","download_url":"https://codeload.github.com/RobHameetman/micro-fe/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/RobHameetman%2Fmicro-fe/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":276368198,"owners_count":25629974,"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-09-22T02:00:08.972Z","response_time":79,"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":["lerna-monorepo","micro-frontends","nodejs","npm","pre-alpha","project-templates","typescript"],"created_at":"2024-10-14T14:45:25.550Z","updated_at":"2025-09-22T08:06:56.130Z","avatar_url":"https://github.com/RobHameetman.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"![@micro-fe][header]\n\n# 📦 @micro-fe\n\nThis project is a curated collection of NPM initializers for generating Micro-frontends\nand micro-frontend structural patterns.\n\n- [📦 @micro-fe](#%f0%9f%93%a6-micro-fe)\n  - [💼 Getting Started](#%f0%9f%92%bc-getting-started)\n    - [📚 Prerequisites](#%f0%9f%93%9a-prerequisites)\n    - [📲 Installing](#%f0%9f%93%b2-installing)\n  - [🛥 Deployment](#%f0%9f%9b%a5-deployment)\n  - [🧾 Project Dependencies](#%f0%9f%a7%be-project-dependencies)\n  - [🏷 Versioning](#%f0%9f%8f%b7-versioning)\n  - [📜 Authors](#%f0%9f%93%9c-authors)\n  - [📄 License](#%f0%9f%93%84-license)\n\n## 💼 Getting Started\n\nThe instructions below will get you a copy of the project up and running on your\nlocal machine for development and testing purposes. See deployment for notes on\nhow to deploy the project on a live system.\n\nTo use this project to bootstrap your micro-frontend project, run the following\nin your terminal:\n\n```bash\nnpm init @micro-fe\n```\n\n### 📚 Prerequisites\n\nWhat things you need to install the software and how to install them\n\n- Node v12+\n- NPM v6+\n\n### 📲 Installing\n\nTo install the project, clone and build the repo, then use `npm` to install\ndependencies for each package.\n\n```bash\ngit clone git@bitbucket.org:micro-fe.git\ncd micro-fe\nnpm i\n```\n\n## 🛥 Deployment\n\nEach package is versioned and deployed independently with `npm`:\n\n```bash\nnpm version patch\nnpm publish\n```\n\n## 🧾 Project Dependencies\n\n- [TypeScript](https://www.typescriptlang.org/) - Implementation language\n- [NPM](https://www.npmjs.com/) - Dependency Management\n\n## 🏷 Versioning\n\nI use [SemVer](http://semver.org/) for versioning. For the versions available,\nsee the [tags on this repository](https://github.com/RobHameetman/micro-fe/tags/).\n\n## 📜 Authors\n\n- **Robert Hameetman** - _\u003cengineering@robhameetman.com\u003e_\n\nSee also the list of [contributors](https://github.com/RobHameetman/micro-fe/graphs/contributors) who participated in this project.\n\n## 📄 License\n\nThis project is licensed under the MIT License - see the [LICENSE.md](LICENSE.md) file for details\n\n[header]: /.github/readme-root.png '@micro-fe'\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobhameetman%2Fmicro-fe","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Frobhameetman%2Fmicro-fe","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Frobhameetman%2Fmicro-fe/lists"}