{"id":21676867,"url":"https://github.com/dsacms/codejson-generator","last_synced_at":"2025-08-08T20:03:10.499Z","repository":{"id":264212996,"uuid":"892716081","full_name":"DSACMS/codejson-generator","owner":"DSACMS","description":"Form to generate a CMS code.json","archived":false,"fork":false,"pushed_at":"2025-03-15T02:33:56.000Z","size":155,"stargazers_count":0,"open_issues_count":13,"forks_count":3,"subscribers_count":0,"default_branch":"main","last_synced_at":"2025-03-15T03:26:11.994Z","etag":null,"topics":["dsacms-tier3"],"latest_commit_sha":null,"homepage":"https://dsacms.github.io/codejson-generator/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"cc0-1.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/DSACMS.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS.md","security":"SECURITY.md","support":null,"governance":"GOVERNANCE.md","roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2024-11-22T16:30:29.000Z","updated_at":"2025-02-14T16:41:40.000Z","dependencies_parsed_at":"2025-03-15T03:23:47.620Z","dependency_job_id":"ea4228a8-0104-4097-bd49-249aa8f9c8fa","html_url":"https://github.com/DSACMS/codejson-generator","commit_stats":null,"previous_names":["dsacms/codejson-generator"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSACMS%2Fcodejson-generator","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSACMS%2Fcodejson-generator/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSACMS%2Fcodejson-generator/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DSACMS%2Fcodejson-generator/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DSACMS","download_url":"https://codeload.github.com/DSACMS/codejson-generator/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244587968,"owners_count":20477242,"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":["dsacms-tier3"],"created_at":"2024-11-25T14:16:36.015Z","updated_at":"2025-03-20T09:37:26.860Z","avatar_url":"https://github.com/DSACMS.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codejson-generator\n\nForm to generate a CMS code.json\n\nhttps://dsacms.github.io/codejson-generator/\n\n## About the Project\n\nA web form where project teams fill out information about their project and creates a completed code.json for local download to add to repositories. [Form.io](https://github.com/formio/uswds) is used for form generation.\n\nhttps://dsacms.github.io/codejson-generator/\n\nTo produce the form, a JSON schema is ingested where it transforms each field to a Form.io component. At the moment, this is used for code.json, however this works for any JSON schema!\n\n\u003c!---\n### Project Vision\n**{project vision}** --\u003e\n\n\u003c!--\n### Project Mission\n**{project mission}** --\u003e\n\n\u003c!--\n### Agency Mission\nTODO: Good to include since this is an agency-led project --\u003e\n\n\u003c!--\n### Team Mission\nTODO: Good to include since this is an agency-led project --\u003e\n\n## Core Team\n\nAn up-to-date list of core team members can be found in [MAINTAINERS.md](MAINTAINERS.md). At this time, the project is still building the core team and defining roles and responsibilities. We are eagerly seeking individuals who would like to join the community and help us define and fill these roles.\n\n## Documentation Index\n\n##### Schemas\n\n- [code.json schema](./schemas/schema-0.0.0.json)\n\n##### Files\n\n- [CONTRIBUTING.md](./CONTRIBUTING.md)\n- [MAINTAINERS.md](./MAINTAINERS.md)\n- [CODEOWNERS.md](./CODEOWNERS.md)\n- [COMMUNITY_GUIDELINES.md](./COMMUNITY_GUIDELINES.md)\n- [CODE_OF_CONDUCT.md](./CODE_OF_CONDUCT.md)\n- [SECURITY.md](./SECURITY.md)\n- [LICENSE](./LICENSE)\n\n## Repository Structure\n\n\u003c!-- TODO: Using the \"tree -d\" command can be a helpful way to generate this information, but, be sure to update it as the project evolves and changes over time.--\u003e\n\n```\n.\n├── css\n├── js\n└── schemas\n```\n\n# Development and Software Delivery Lifecycle\n\nThe following guide is for members of the project team who have access to the repository as well as code contributors. The main difference between internal and external contributions is that external contributors will need to fork the project and will not be able to merge their own pull requests. For more information on contributing, see: [CONTRIBUTING.md](./CONTRIBUTING.md).\n\n## Local Development\n\nTo run the project locally,\n\n1. Start up a HTTP server using python: `python3 -m http.server 8000`\n2. Upon launch, here is the form! Right click to inspect to open developer tools for troubleshooting\n3. Fill out form\n4. Click submit, which triggers a local download of the completed code.json\n\nThis form works with any JSON schema. To ingest a JSON schema:\n\n1. Add JSON schema to `schemas/`\n2. Update value of filePath variable in line 60 of `js/generateFormComponents.js`\n\n## Coding Style and Linters\n\nPrettier is used for HTML/CSS and Javascript formatting. Lint and code tests are run on each commit, so linters and tests should be run locally before committing.\n\n## Branching Model\n\n- Make small changes in [short-lived feature branches](https://trunkbaseddevelopment.com/short-lived-feature-branches/) and merge to `main` frequently.\n- Be open to submitting multiple small pull requests for a single ticket (i.e. reference the same ticket across multiple pull requests).\n- Treat each change you merge to `main` as immediately deployable to production. Do not merge changes that depend on subsequent changes you plan to make, even if you plan to make those changes shortly.\n- Ticket any unfinished or partially finished work.\n- Tests should be written for changes introduced, and adhere to the text percentage threshold determined by the project.\n\nThis project uses **continuous deployment** using [Github Actions](https://github.com/features/actions) which is configured in the [./github/workflows](.github/workflows) directory.\n\nPull-requests are merged to `main` and the changes are immediately deployed to the development environment. Releases are created to push changes to production.\n\n## Contributing\n\nThank you for considering contributing to an Open Source project of the US Government! For more information about our contribution guidelines, see [CONTRIBUTING.md](CONTRIBUTING.md).\n\n## Codeowners\n\nThe contents of this repository are managed by CMS Open Source Program Office. Those responsible for the code and documentation in this repository can be found in [CODEOWNERS.md](CODEOWNERS.md).\n\n## Community\n\nThe codejson-generator team is taking a community-first and open source approach to the product development of this tool. We believe government software should be made in the open and be built and licensed such that anyone can download the code, run it themselves without paying money to third parties or using proprietary software, and use it as they will.\n\nWe know that we can learn from a wide variety of communities, including those who will use or will be impacted by the tool, who are experts in technology, or who have experience with similar technologies deployed in other spaces. We are dedicated to creating forums for continuous conversation and feedback to help shape the design and development of the tool.\n\nWe also recognize capacity building as a key part of involving a diverse open source community. We are doing our best to use accessible language, provide technical and process documents, and offer support to community members with a wide variety of backgrounds and skillsets.\n\n### Community Guidelines\n\nPrinciples and guidelines for participating in our open source community are can be found in [COMMUNITY_GUIDELINES.md](COMMUNITY_GUIDELINES.md). Please read them before joining or starting a conversation in this repo or one of the channels listed below. All community members and participants are expected to adhere to the community guidelines and code of conduct when participating in community spaces including: code repositories, communication channels and venues, and events.\n\n\u003c!--\n## Governance\nInformation about how the codejson-generator community is governed may be found in [GOVERNANCE.md](GOVERNANCE.md).\n--\u003e\n\n## Feedback\n\nIf you have ideas for how we can improve or add to our capacity building efforts and methods for welcoming people into our community, please let us know at opensource@cms.hhs.gov. If you would like to comment on the tool itself, please let us know by filing an **issue on our GitHub repository.**\n\n\u003c!--\n## Glossary\nInformation about terminology and acronyms used in this documentation may be found in [GLOSSARY.md](GLOSSARY.md).\n--\u003e\n\n## Policies\n\n### Open Source Policy\n\nWe adhere to the [CMS Open Source\nPolicy](https://github.com/CMSGov/cms-open-source-policy). If you have any\nquestions, just [shoot us an email](mailto:opensource@cms.hhs.gov).\n\n### Security and Responsible Disclosure Policy\n\n_Submit a vulnerability:_ Vulnerability reports can be submitted through [Bugcrowd](https://bugcrowd.com/cms-vdp). Reports may be submitted anonymously. If you share contact information, we will acknowledge receipt of your report within 3 business days.\n\nFor more information about our Security, Vulnerability, and Responsible Disclosure Policies, see [SECURITY.md](SECURITY.md).\n\n### Software Bill of Materials (SBOM)\n\nA Software Bill of Materials (SBOM) is a formal record containing the details and supply chain relationships of various components used in building software.\n\nIn the spirit of [Executive Order 14028 - Improving the Nation’s Cyber Security](https://www.gsa.gov/technology/it-contract-vehicles-and-purchasing-programs/information-technology-category/it-security/executive-order-14028), a SBOM for this repository is provided here: https://github.com/DSACMS/codejson-generator/network/dependencies.\n\nFor more information and resources about SBOMs, visit: https://www.cisa.gov/sbom.\n\n## Public domain\n\nThis project is in the public domain within the United States, and copyright and related rights in the work worldwide are waived through the [CC0 1.0 Universal public domain dedication](https://creativecommons.org/publicdomain/zero/1.0/) as indicated in [LICENSE](LICENSE).\n\nAll contributions to this project will be released under the CC0 dedication. By submitting a pull request or issue, you are agreeing to comply with this waiver of copyright interest.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsacms%2Fcodejson-generator","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdsacms%2Fcodejson-generator","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdsacms%2Fcodejson-generator/lists"}