{"id":18265136,"url":"https://github.com/nasa-ammos/slim","last_synced_at":"2025-04-04T21:31:31.126Z","repository":{"id":39718562,"uuid":"460094523","full_name":"NASA-AMMOS/slim","owner":"NASA-AMMOS","description":"Software Lifecycle Improvement \u0026 Modernization","archived":false,"fork":false,"pushed_at":"2025-03-28T06:16:02.000Z","size":13404,"stargazers_count":28,"open_issues_count":53,"forks_count":10,"subscribers_count":9,"default_branch":"main","last_synced_at":"2025-03-28T07:23:27.668Z","etag":null,"topics":["documentation","governance","jpl","lifecycles","nasa"],"latest_commit_sha":null,"homepage":"https://nasa-ammos.github.io/slim/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/NASA-AMMOS.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-16T16:52:36.000Z","updated_at":"2025-03-28T06:13:39.000Z","dependencies_parsed_at":"2024-03-02T00:28:26.419Z","dependency_job_id":"1731d1b0-b619-46ce-a8f7-6519cb6b48c8","html_url":"https://github.com/NASA-AMMOS/slim","commit_stats":null,"previous_names":[],"tags_count":8,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASA-AMMOS%2Fslim","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASA-AMMOS%2Fslim/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASA-AMMOS%2Fslim/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/NASA-AMMOS%2Fslim/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/NASA-AMMOS","download_url":"https://codeload.github.com/NASA-AMMOS/slim/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247252193,"owners_count":20908641,"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","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":["documentation","governance","jpl","lifecycles","nasa"],"created_at":"2024-11-05T11:17:13.113Z","updated_at":"2025-04-04T21:31:29.575Z","avatar_url":"https://github.com/NASA-AMMOS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"\u003c!-- Header block for project --\u003e\n\u003chr\u003e\n\n\u003cdiv align=\"center\"\u003e\n\n\u003cimg src=\"https://raw.githubusercontent.com/NASA-AMMOS/slim/main/static/img/logo.svg\" alt=\"SLIM Logo\" height=\"275\"/\u003e\n\n\u003c!-- ☝️ If you see logo rendering errors, make sure you're not using indentation, or try an HTML IMG tag --\u003e\n\n\u003ch1 align=\"center\"\u003eSoftware Lifecycle Improvement \u0026 Modernization (SLIM)\u003c/h1\u003e\n\n\u003c/div\u003e\n\n\u003cpre align=\"center\"\u003eA shared community resource for discussing, iterating and referencing a common set of best practices in software development standards for NASA multi-mission space and ground software.\u003c/pre\u003e\n\n\u003c!-- Header block for project --\u003e\n\n[![SLIM](https://img.shields.io/badge/Best%20Practices%20from-SLIM-blue)](https://nasa-ammos.github.io/slim/)\n\n![screen-slim](https://github.com/NASA-AMMOS/slim/assets/3129134/d4da5150-aae6-4986-b18e-5c463f8ff38a)\n\nThis repository hosts the SLIM website, a project aimed at developing a common set of best practices in software development standards for NASA multi-mission space and ground software. The website leverages Docusaurus 2, a static website generator.  \n\n[Website](https://nasa-ammos.github.io/slim/) | [Discussion Board](https://github.com/NASA-AMMOS/slim/discussions) | [Issue Tracker](https://github.com/NASA-AMMOS/slim/issues)\n\n## Features\n\n* Community-developed best practices and recommendations for software development encoded as Markdown guides\n* Static content for the SLIM website, including live preview during local development, and deployment support for GitHub pages hosting\n\n## Contents\n\n* [Quick Start](#quick-start)\n* [Changelog](#changelog)\n* [FAQ](#frequently-asked-questions-faq)\n* [Contributing Guide](#contributing)\n* [License](#license)\n* [Support](#support)\n\n## Quick Start\n\nTo get started with the SLIM project website (including developing and building / deploying it), please follow the steps below.\n\n### Requirements\n\n* Node.js 12 or higher\n* Yarn package manager\n  \n### Setup Instructions\n\n1. Clone the repository\n2. Navigate into the directory\n3. Run `yarn` to install dependencies\n\n### Run Instructions\n\n1. Run `yarn start` to start a local development server\n2. The command should open a browser window with the website running\n\n### Usage Examples\n\n* After making changes to the website, you can see them reflected live in your browser without having to restart the server.\n\n### Build Instructions\n\n1. Run `yarn build` to generate static content into the `build` directory\n\n### Test Instructions\n\n1. After building, the website can be served using any static contents hosting service.\n\n## Changelog\n\nSee our [CHANGELOG.md](CHANGELOG.md) for a history of our changes.\n\nSee our [releases page](https://github.com/NASA-AMMOS/slim/releases) for our key versioned releases.\n\n## Frequently Asked Questions (FAQ)\n\nAsk us a question in our [discussion board](https://github.com/NASA-AMMOS/slim/discussions). We'll migrate common questions here. \n\n## Contributing\n\nPlease refer to the following resources for more information on contributing:\n\n- To learn how to contribute to our project, please consult our [Contributing Guide](CONTRIBUTING.md).\n- To understand the community ideals and policies we adhere to, please review our [Code of Conduct](CODE_OF_CONDUCT.md).\n- For insights into the governance model that governs our project, please refer to our [Governance Model](GOVERNANCE.md).\n\n## License\n\nPlease refer to our [LICENSE](LICENSE) for details regarding the licensing terms and conditions of our project.\n\n## Support\n\nFor inquiries regarding support, please reach out to the members of our [Technical Steering Committee](https://github.com/orgs/NASA-AMMOS/teams/slim-tsc). They will be able to provide you with the necessary information and assistance.\n\n---","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasa-ammos%2Fslim","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnasa-ammos%2Fslim","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnasa-ammos%2Fslim/lists"}