ferrucc-io/dotcodegen

View on GitHub
exe/codegen

Summary

Maintainability
Test Coverage
#!/usr/bin/env ruby
# frozen_string_literal: true

# The program gets in as an argument the full file path and the matchers config file
# Usage: exe/codegen client/app/components/feature.tsx --openai_key sk42424242

require_relative '../lib/dotcodegen/cli'

Dotcodegen::CLI.run(ARGV)