{"id":25497297,"url":"https://github.com/microcodeincorporated/templatereadme","last_synced_at":"2026-01-25T11:03:02.745Z","repository":{"id":134492272,"uuid":"466540898","full_name":"MicroCODEIncorporated/TemplateREADME","owner":"MicroCODEIncorporated","description":"MicroCODE README.md Template for new repositories.","archived":false,"fork":false,"pushed_at":"2022-08-29T19:50:09.000Z","size":4,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"Production","last_synced_at":"2025-05-19T11:45:41.519Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":null,"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/MicroCODEIncorporated.png","metadata":{"files":{"readme":"README-Template.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null}},"created_at":"2022-03-05T18:50:10.000Z","updated_at":"2022-03-19T15:42:25.000Z","dependencies_parsed_at":"2023-03-13T11:06:36.922Z","dependency_job_id":null,"html_url":"https://github.com/MicroCODEIncorporated/TemplateREADME","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/MicroCODEIncorporated/TemplateREADME","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroCODEIncorporated%2FTemplateREADME","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroCODEIncorporated%2FTemplateREADME/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroCODEIncorporated%2FTemplateREADME/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroCODEIncorporated%2FTemplateREADME/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/MicroCODEIncorporated","download_url":"https://codeload.github.com/MicroCODEIncorporated/TemplateREADME/tar.gz/refs/heads/Production","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/MicroCODEIncorporated%2FTemplateREADME/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28752378,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-25T10:25:12.305Z","status":"ssl_error","status_checked_at":"2026-01-25T10:25:11.933Z","response_time":113,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5: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":"2025-02-19T01:19:03.415Z","updated_at":"2026-01-25T11:03:02.732Z","avatar_url":"https://github.com/MicroCODEIncorporated.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"# Repository-Name\n\nBrief description of the repository.\n\n\n## Description\n\nDetailed description of this repository.\n\n\n## Getting Started\n\n\n### Dependencies\n\n* Dependency #1 - description.\n* Dependency #2 - description.\n\n\n### Installing\n\n* Copy this file into your repository.\n```\n..\\GitHub\\README-Template\u003e copy README-Template.md  ..\\GitHub\\\u003cNew-Repository\u003e\\README.md\n```\n\n* In you new repo edit the README.md and make specific to your project.\n\n\u003cp align=\"left\"\u003e\u003cimg src=\".\\images\\\u003cimage1\u003e.png\" width=\"1024\" title=\"Alternate Text #1...\"\u003e\u003c/p\u003e\n\n* Make notes here about installing your project\n* Include images as needed in the \\images folder as .PNGs\n\n\u003cp align=\"left\"\u003e\u003cimg src=\".\\images\\\u003cimage2\u003e.png\" width=\"1024\" title=\"Alternate Text #2...\"\u003e\u003c/p\u003e\n\n* Include videos as needed in the \\videos folder as .MP4s\n* Drag the video into your README.md once in GitHub and then copy the link in the code below.\n\n\u003cvideo id=\"demo-video\" style=\"border-style:solid; border-width:2px\" src=\"https://user-images.githubusercontent.com/\u003cpath-to-uploaded-video-in-github\u003edemo.mp4\" width=\"1024\" allowfullscreen=\"allowfullscreen\" webkitallowfullscreen=\"webkitallowfullscreen\" mozallowfullscreen=\"mozallowfullscreen\" allow=\"autoplay *\" loop autoplay autobuffer controls muted\u003e\nYour browser does not support the HTML5 player.\n\u003c/video\u003e\n\u003c/p\u003e\n\n## Help\n\nDescribe how to get help with this project.\n\n\n\n## Terminology\n\n| Word or Acronym\t| Description/Definition                                |\n|-------------------|-------------------------------------------------------|\n|  Template\t        | A file used to start others to ensure code and documentation consistency.\n|  ES5, ES6         | Different revsions of the JavaScript (ECMAScript) language standard.\n|  JavaScriptSG     | MicroCODE's JavaScript Style Guide. (Available on GitHub).\n|  MERN             | MongoDB, Express, React, Node JS.\n|  MongoDB          | A ‘NoSQL’ database designed for Cloud applications, also referred to as a ‘Document Store’.\n|  Express          | Express is *not* a database but rather an ‘extensible routing language’ for communication between a Client and a Server.\n|  React            | A Web UI development system, a JavaScript library developed by Facebook and made public—and Open Source—since 2013.\n|  Node JS          | A development stack that executes from a local file store—on a local Server—instead of from a network of remote servers on the Web.\n\n\n\n## Authors\n\nContributors names and contact info\n\n* Timothy J McGuire [GitHub @tjmcode] (https://github.com/tjmcode)\n\n\n## Release History\n\n* 0.1\n    * Various bug fixes and optimizations\n    * See [commit change]() or See [release history]()\n* 0.0\n    * Initial Release\n\n\n## Future Development\n\n* 0.n\n    * New Feature: Short description\n    * New Feature: Short description\n    * Fix Defects: Short description\n    * Fix Defects: Short description\n\n* 0.n+1\n    * New Feature: Short description\n    * New Feature: Short description\n    * Fix Defects: Short description\n    * Fix Defects: Short description\n\n\n## License\n\nThis project is licensed under the MIT License - see the LICENSE.md file for details\n\n\n\n## Acknowledgments\n\nInspiration, code snippets, etc.\n* [AirBnb's JS StyleGuide](https://github.com/airbnb/javascript)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrocodeincorporated%2Ftemplatereadme","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fmicrocodeincorporated%2Ftemplatereadme","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fmicrocodeincorporated%2Ftemplatereadme/lists"}