본문 바로가기
Setting

Claude code init setting

by Bill Lab 2026. 1. 25.
728x90

1. Claude code 설치

npm install -g @anthropic-ai/claude-code

 

2. 프로젝트 생성 및 이동

mkdir kotlin
cd kotlin

 

3. Claude code 실행

claude

 

 

4. intellij plugin 설치

 

5. Claude 초기화

/init

 

6. claude md 파일 생성

 

# CLAUDE.md

## Project Overview
## Build Commands
## Tech Stack
## Kotlin Compiler Configuration
## Architecture & Design Guidelines
## Mandatory Rules (Must Follow)
## Spring & JPA Guidelines
## API & Controller Guidelines
## AI Instructions
728x90

'Setting' 카테고리의 다른 글

UnsupportedClassVersionError ( java 설치 for mac os)  (0) 2026.02.04
Mac OS 내 git setting 하기 (for github)  (0) 2026.02.03