项目作者: siansell

项目描述 :
Command-line utility to output chess PGN file game headers to a CSV file.
高级语言: JavaScript
项目地址: git://github.com/siansell/pgn2csv.git
创建时间: 2017-12-20T11:21:44Z
项目社区:https://github.com/siansell/pgn2csv

开源协议:

下载


pgn2csv

A quick and dirty command-line utility to output headers from a PGN file (chess) to a CSV file. The output CSV file will contain one column for each unique header tag found in the input PGN file.

Usage

  1. npm install
  2. ./pgn2csv.js some/pgn/file.pgn

or install globally:

  1. npm install -g
  2. pgn2csv some/pgn/file.pgn

Options

-V, —version output the version number
-o, —output-file [value] specify output file (default: add .csv extension to input PGN file)
-h, —help output usage information

Credits