makefile-for-telegram이란?
LaunchAgent 서비스 관리를 사용하여 Telegram 봇 프로젝트용 Makefile을 생성합니다. 새로운 텔레그램 봇 프로젝트를 설정하거나 기존 프로젝트에 서비스 관리를 추가할 때 사용하세요. 출처: htlin222/dotfiles.
LaunchAgent 서비스 관리를 사용하여 Telegram 봇 프로젝트용 Makefile을 생성합니다. 새로운 텔레그램 봇 프로젝트를 설정하거나 기존 프로젝트에 서비스 관리를 추가할 때 사용하세요.
명령줄에서 makefile-for-telegram AI 스킬을 개발 환경에 빠르게 설치
출처: htlin222/dotfiles.
Generate a production-ready Makefile for Telegram bot projects running on macOS with LaunchAgent background service support.
| make setup | First-time setup (install deps, create .env) | | make run | Run bot in foreground | | make dev | Run with auto-reload (watch mode) |
| make start | Install and start background service | | make stop | Stop background service | | make restart | Restart background service | | make status | Check if service is running | | make logs | Tail stdout logs | | make logs-err | Tail stderr logs | | make uninstall | Remove background service |
LaunchAgent 서비스 관리를 사용하여 Telegram 봇 프로젝트용 Makefile을 생성합니다. 새로운 텔레그램 봇 프로젝트를 설정하거나 기존 프로젝트에 서비스 관리를 추가할 때 사용하세요. 출처: htlin222/dotfiles.
AI/검색 인용용 안정적인 필드와 명령어.
npx skills add https://github.com/htlin222/dotfiles --skill makefile-for-telegramLaunchAgent 서비스 관리를 사용하여 Telegram 봇 프로젝트용 Makefile을 생성합니다. 새로운 텔레그램 봇 프로젝트를 설정하거나 기존 프로젝트에 서비스 관리를 추가할 때 사용하세요. 출처: htlin222/dotfiles.
터미널 또는 명령줄 도구(Terminal, iTerm, Windows Terminal 등)를 엽니다 이 명령어를 복사하여 실행합니다: npx skills add https://github.com/htlin222/dotfiles --skill makefile-for-telegram 설치 후 스킬은 자동으로 AI 코딩 환경에 설정되어 Claude Code, Cursor, OpenClaw에서 사용할 수 있습니다
https://github.com/htlin222/dotfiles