Welcome! This is an informative repository for all Code.gov repositories.
Code.gov is a website and program promoting good practices in code development, collaboration, and reuse across the U.S. Federal Government. Code.gov will provide tools and guidance to help federal agencies implement the Federal Source Code Policy. It will include an inventory of the federal government's custom code to promote reuse between federal agencies. Also, Code.gov will provide tools to help the government and the public collaborate on open source projects.
To learn more about the project, check out this blog post.
All of Code.gov's repositories are open source, we invite your contributions be it in the form of code, design, issues, or ideas.
As a product, Code.gov is a collection of repositories that enable the aggregation of source code inventory files. All of our work is open source and we encorage you to take a look and, if you wish, contribute to our projects by submitting a pull request, a Github Issue, or commenting on existing issues and pull requests.
All of our repositories follow our Code of Conduct and Contributing guidelines.
- GSA/code-gov-front-end: Our frontend project. Currently deployed as a static site, this project is backed by our API to display project repositories, search, and an agency compliance dashboard.
- GSA/code-gov-api: Our backend API. An Express.js app backed by Elasticsearch. Its primary function is to index and make America's source code discoverable and searchable.
- GSA/code-gov-harvester: Our standalone source code inventory harvester.
- GSA/code-gov-developer-docs: Our developer docs! This repo is meant to be a simple way to start using our API. It can also provide API tokens. The live site can be seen here.
- GSA/code-gov-style: Our effort to modularize our CSS styles. This project is also made available as a NPM package.
- GSA/code-gov-adapters: Our attempt to extract all data adapters into a simple reusable project. Currently only an Elasticsearch adapter has been implemented but more are on our roadmap. This project is also made available as a NPM package
- GSA/code-gov-validator: Project that validates the structure of code.json files and returns all errors, warnings, and enhancements. This project is also made available as a NPM package
- GSA/code-gov-integrations: This project contains all of our third party integrations. Currently Github integration is the only one implemented but more are on our roadmap. This project is also made available as a NPM package
These repos are marked as miscellaneous because they do not affect the development or deployment of our main repos.
As an open source project we love feedback. If you want to get a hold of us you can use one of the following ways:
- Twitter: @CodeDotGov
- Email: [email protected]
- LinkedIn: code-gov
You can contribute to any of our open source projects by submitting a pull request, an issue, or giving general feedback. We handle all these via Github Issues in their respective project, but if you are unsure as to where an issue should live please use the GSA/code-gov repo as a catch all.