yagisan-reports-devtool は yagisan-reports の開発をするためのツールです。
現時点では帳票テンプレートを作成するには本ツールの使用が必須です。
npm install -D https://github.com/DenkiYagi/yagisan-reports-devtoolnpx yagisan yrt pack <xml...>
Create a YRT file from XML files and any assets
Positionals:
xml XML file (usage: `/path/to/xml` or `/path/to/xml@name`)
[array] [required] [default: []]
Options:
--help Show help [boolean]
--version Show version number [boolean]
-A, --asset Append asset file (usage: `--asset /path/to/asset@name`)[array]
-S, --style Append style xml file (usage: `--style /path/to/style`)[string]
-O, --out Set output file path [string] [required]yagisan-reports v1.0.0-alpha.13 以前のバージョン用のyrtファイルを作成する場合は、こちらのコマンドを使用してください。
npx yagisan yrt pack-alpha <xml>
Create a YRT file from an XML file and any assets (legacy format for <= v1.0.0-alpha.13)
Positionals:
xml XML file path [string] [required]
Options:
--help Show help [boolean]
--version Show version number [boolean]
-A, --asset Append asset (usage: `--asset /path/to/asset@id`) [array]
-O, --out Set output file path [string]npx yagisan glyphdata generate <font>
Generate glyphdata from a font file
Positionals:
font Font file path [string] [required]
Options:
--help Show help [boolean]
--version Show version number [boolean]
-O, --out Set output file path [string]