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.