Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 1.05 KB

README.md

File metadata and controls

33 lines (24 loc) · 1.05 KB

Machina

License: MIT Go Reference Go Report Card CI

Machina is a tool that automatically generates configuration files for Kataribe. This tool allows you to generate the necessary bundle based on the provided source code.

This tool was developed for ISUCON.

Installation

go install github.com/aethiopicuschan/machina@latest

Usage

machina app.py > kataribe.toml

Supported languages

  • Python(Flask)
  • Golang
  • Node.js
  • Perl
  • PHP
  • Ruby
  • Rust