Skip to content

lmanerich/odi-generator

Repository files navigation

pipeline Coverage

ODI Generator

NodeJS project for ODI spreadsheet generation

Requirements

OpenAPI 3.0

API Documentation

How to deploy

npm install
npm run build
npm run prod

Using PM2 to deploy a clustered environment

Install PM2 using npm:

npm install pm2 -g

Register the application as a service

pm2 start dist/odi-generator-bundle.js

Usefull PM2 commands

pm2 list
pm2 monit
pm2 delete odi-generator-bundle

Available development commands

npm run test
npm run test:coverage

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published