Skip to content

capactio/capact

Folders and files

NameName
Last commit message
Last commit date

Latest commit

author
Capact Bot
May 31, 2022
6977416 · May 31, 2022
May 31, 2022
May 26, 2022
May 31, 2022
May 20, 2022
May 12, 2022
May 9, 2022
May 20, 2022
Feb 5, 2022
May 18, 2022
May 9, 2022
Mar 18, 2021
Feb 17, 2022
Jan 27, 2022
Jul 14, 2021
Feb 28, 2022
May 10, 2022
Oct 20, 2020
Jun 14, 2021
Sep 2, 2021
Feb 18, 2022
Dec 22, 2021
Sep 23, 2021
Mar 21, 2022
Feb 28, 2022
May 28, 2021
Apr 13, 2022
Sep 23, 2021
May 24, 2022
May 24, 2022

Capact

License GitHub Actions main branch CI Go Report Card

Capact (pronounced: "cape-act", /ˈkeɪp.ækt/) is a simple way to manage applications and infrastructure.

Documentation

The Capact documentation can be found on the capact.io website.

The documentation sources reside on the website repository under docs directory.

Get started

The section contains useful links for getting started with Capact.

  • Introduction: To learn what is Capact, read the Introduction document.
  • Installation: To learn how to install Capact, follow the Installation documents.
  • Contribution: To start contributing to Capact, read the Community documents.
  • Support: If you need any help, or you have a question for us, join our Slack channel and post a message. We'll do our best to get you sorted!

Project structure

The repository has the following structure:

  .
  ├── cmd                     # Main application directory
  │
  ├── deploy                  # Deployment configurations and templates
  │
  ├── docs                    # Documents that are not published on the Capact website, such as proposals and investigations
  │
  ├── hack                    # Scripts used by the Capact developers
  │
  ├── internal                # Private component code
  │
  ├── ocf-spec                # Open Capability Format Specification
  │
  ├── hub-js                  # Node.js implementation of Capact Hub
  │
  ├── pkg                     # Public component and SDK code
  │
  ├── test                    # Cross-functional test suites
  │
  ├── Dockerfile              # Dockerfile template to build applications and tests images
  │
  └── go.mod                  # Manages Go dependency. There is single dependency management across all components in this monorepo