パラメーター
@natsuneko-laboratory/create-vpmpackage can configure the following properties:
| Property | Type | Required | Default | Description |
|---|---|---|---|---|
package | string | No *1 | - | Path to package.json or package.json itself. |
packages | string[] | No *1 | - | Path to package.json or package.json itself but can specify multiples. |
output | string | No *2 | - | Path to output UnityPackage. |
outputs | string[] | No *3 | - | Path to output UnityPackage but can specify multiples. |
- *1 Required one of
package,packages - *2 Required if
packageis specified - *3 Required if
packagesis specified
パッケージするファイル群
warning
WARNING
このパッケージは
.gitignoreや.npmignoreをデフォルトでは尊重しません。
@natsuneko-laboratory/create-vpmpackage は、デフォルトで package.json があるディレクトリ内のすべてのファイルをパッケージします。
指定したファイルをパッケージから除外する場合は、今後のリリースで respect-ignores プロパティのサポートを待ってください。
