Skip to content

Add brew formula for Actionbase CLI#39

Merged
em3s merged 1 commit intomainfrom
init/cli-brew
Jan 13, 2026
Merged

Add brew formula for Actionbase CLI#39
em3s merged 1 commit intomainfrom
init/cli-brew

Conversation

@zipdoki
Copy link
Copy Markdown
Contributor

@zipdoki zipdoki commented Jan 13, 2026

This introduces CLI installation support using brew.

Goal

$ brew tap kakao/actionbase https://github.com/kakao/actionbase
$ brew install actionbase

How to Test

$ BRANCH=init/cli-brew; git fetch origin $BRANCH && git checkout $BRANCH

$ brew tap kakao/actionbase https://github.com/kakao/actionbase

$ pwd
// project/actionbase

$ REPO=$(brew --repo kakao/actionbase) && mkdir -p "$REPO/Formula" && cp $(pwd)/Formula/actionbase.rb "$REPO/Formula/"

$ brew install actionbase

@zipdoki zipdoki requested a review from em3s as a code owner January 13, 2026 10:20
@dosubot dosubot bot added size:S This PR changes 10-29 lines, ignoring generated files. enhancement New feature or request labels Jan 13, 2026
@em3s
Copy link
Copy Markdown
Contributor

em3s commented Jan 13, 2026

Test passed. I will merge this PR and run the final verification.

To test after merge:

# Clean and reinstall
brew uninstall actionbase
rm -rf $(brew --repo kakao/actionbase)
brew tap kakao/actionbase [https://github.com/kakao/actionbase](https://github.com/kakao/actionbase)
brew install actionbase

# Run
./bin/run_local.sh
actionbase

shows

    _        _   _             _
   / \   ___| |_(_) ___  _ __ | |__   __ _ ___  ___
  / _ \ / __| __| |/ _ \| '_ \| '_ \ / _` / __|/ _ \
 / ___ \ (__| |_| | (_) | | | | |_) | (_| \__ \  __/
/_/   \_\___|\__|_|\___/|_| |_|_.__/ \__,_|___/\___|

╭────────────────────────────────────────────────────────────────────────────────────────╮
│                                                                                        │
│  host http://localhost:8080                                                            │
│  database -                                                                            │
│  table -                                                                               │
│  alias -                                                                               │
│                                                                                        │
│  serverMode off                                                                        │
│  serverPort -                                                                          │
│  debug off                                                                             │
│                                                                                        │
╰────────────────────────────────────────────────────────────────────────────────────────╯
actionbase> ^C

Bye!

You've done a great job ✨ @zipdoki

Copy link
Copy Markdown
Contributor

@em3s em3s left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@dosubot dosubot bot added the lgtm This PR has been approved by a maintainer label Jan 13, 2026
@em3s em3s merged commit 170132d into main Jan 13, 2026
3 checks passed
@em3s em3s changed the title chore: add brew formula for Actionbase CLI Add brew formula for Actionbase CLI Feb 12, 2026
@em3s em3s deleted the init/cli-brew branch March 1, 2026 13:00
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

enhancement New feature or request lgtm This PR has been approved by a maintainer size:S This PR changes 10-29 lines, ignoring generated files.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants