다운로드로 돌아가기
공식 문서

YAMLforge 데스크톱 문서

쉬운 설정 및 사용을 위한 완벽 가이드

OS 선택

요구 사항

You need the following installed:

  • Python 3.6+ - Download from python.org if not installed
  • pip - Comes with Python

Important

Make sure to check "Add Python to PATH" during Python installation.

설치 단계

1

Verify Python Installation

Open PowerShell or Command Prompt and run:

python --version

You should see "Python 3.x.x". If you get an error, install Python first.

2

Install PyYAML Library

Install the required library for YAMLforge:

pip install pyyaml

You should see "Successfully installed" message.

3

Download YAMLforge

Download "yamlforge.py" from the download page.

The file is usually saved to your Downloads folder.

4

Navigate to Downloads Folder

In PowerShell, navigate to your Downloads folder:

cd $env:USERPROFILE\Downloads

Now you're in the folder where yamlforge.py is located.

5

Verify Installation

Run the help command to verify everything works:

python yamlforge.py --help

If you see the help message, installation is complete!

예제

Convert YAML to JSON

python yamlforge.py config.yaml config.json

Convert JSON to YAML

python yamlforge.py data.json data.yaml

Output to screen (no file output)

python yamlforge.py config.yaml

Interactive mode

python yamlforge.py -i

In interactive mode, you can type or paste YAML/JSON directly. Type "quit" to exit.

문제 해결

아직 다운로드하지 않으셨나요?

라이선스를 활성화하고 지금 YAMLforge를 다운로드하세요.