HuygensING / mondrian-entries

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

'The Mondrian Papers' Entries

This module generates .tsx (Typescript JSX) files from TEI-XML. Every TEI-XML file is considered an entry.

Run

  • $ npm install
  • $ npm run build
  • $ npm start
  • The generated .tsx files will be in the __entries__ dir.

SVN credentials

The SVN credentials are extracted from /config.json. The format is:

{
	svnUser: '',
	svnServer: '',
	svnPath: ''
}

If no config.json is found, the script will ask for the user, server and path.

About

License:GNU General Public License v3.0


Languages

Language:JavaScript 65.2%Language:TypeScript 34.8%