8000 GitHub - Trojan295/capact: Simple way to manage applications and infrastructure.
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

Trojan295/capact

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.
  • Development: To run Capact on your local machine and start contributing to Capact, read the Development documents.

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

About

Simple way to manage applications and infrastructure.

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Languages

  • Go 86.6%
  • Shell 6.8%
  • HCL 1.7%
  • Python 1.6%
  • TypeScript 1.6%
  • Smarty 0.7%
  • Other 1.0%
0