mondrian-entries
v1.2.4
Published
Generate .tsx and Solr input from TEI-XML
Downloads
5
Readme
'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.