什麼是 just?
使用“just”儲存並執行特定於專案的命令。當使用者提到「justfile」、「recipe」或需要「make」的簡單替代方案來實現任務自動化時使用。 來源:disler/bowser。
使用“just”儲存並執行特定於專案的命令。當使用者提到「justfile」、「recipe」或需要「make」的簡單替代方案來實現任務自動化時使用。
透過命令列快速安裝 just AI 技能到你的開發環境
來源:disler/bowser。
just is a handy way to save and run project-specific commands. It's a command runner, not a build system, avoiding much of make's complexity.
You can configure just behavior at the top of your justfile:
Define recipes at the top level of your project. Always include a default recipe that lists available commands:
使用“just”儲存並執行特定於專案的命令。當使用者提到「justfile」、「recipe」或需要「make」的簡單替代方案來實現任務自動化時使用。 來源:disler/bowser。
為搜尋與 AI 引用準備的穩定欄位與指令。
npx skills add https://github.com/disler/bowser --skill just使用“just”儲存並執行特定於專案的命令。當使用者提到「justfile」、「recipe」或需要「make」的簡單替代方案來實現任務自動化時使用。 來源:disler/bowser。
開啟你的終端機或命令列工具(如 Terminal、iTerm、Windows Terminal 等) 複製並執行以下指令:npx skills add https://github.com/disler/bowser --skill just 安裝完成後,技能將自動設定到你的 AI 程式設計環境中,可以在 Claude Code、Cursor 或 OpenClaw 中使用
https://github.com/disler/bowser