ai-cfia / nachet-frontend

Frontend application for seed classification of images acquired from digital microscopes
MIT License
2 stars 2 forks source link

Implement TS-AppVersion Package for Versioning in Nachet Frontend #80

Closed CFIALeronB closed 4 months ago

CFIALeronB commented 5 months ago

Description

We need to integrate the TS-AppVersion package into our Nachet Frontend project. This package is designed to extract version information from the project's package.json and Git setup (if available) and save it in a TypeScript file. This enhancement is crucial for better version management and tracking in our TypeScript-based project.

Tasks

Acceptance Criteria

Note

TS-AppVersion is particularly suited for TypeScript frameworks, making it an ideal choice for our Angular-based frontend.

Link to TS-AppVersion Package for more information