Metadata Editor Repository(@wbg-mde/repository)
This module handles the file system of Metadata Editor application. This module have all the general and remotely executed methods. Typescript is used to development and converted to Javascripit after compilation. This module manages the following functionalities:
- Project configuration
- Export DDI
- Import DDI
- Nedb management
- Core i18n methods
- Core template manager methods
- Application resource path management
- File system management
Installation
Install the dependencies and devDependencies.
npm install
Build the application
npm run build
Publish the application to npm
npm publish --access public
Contributors
License
MIT