pnpm config
Aliases: c
設定ファイルを管理します。
The configuration files are in INI
format.
The local configuration file is located in the root of the project and is named .npmrc
.
グローバル設定ファイルは以下のいずれかの場所にあります。
- If the $XDG_CONFIG_HOME env variable is set, then $XDG_CONFIG_HOME/pnpm/rc
- On Windows: ~/AppData/Local/pnpm/config/rc
- On macOS: ~/Library/Preferences/pnpm/rc
- On Linux: ~/.config/pnpm/rc
コマンド
set <key> <value>
設定キーを指定された値に設定します。
get <key>
指定されたキーの設定値を表示します。