mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-05-23 17:19:37 +02:00
Adjust plans prices and automate the process of generating the prices lists GitOrigin-RevId: 06be1f9a26837ed9bb7eca598cd88b6288244338
A nodejs tool for reading plans prices from an Excel file and creating JSON objects.
Run npm install in order to install the xlsx dependency.
The scripts will put the output results into the output folder.
Create group plans
Command node groups.js fileName sheetName - generates group plans prices. To be used for /services/web/app/templates/plans/groups.json
Create localized plan pricing
Command node plans.js fileName sheetName - generates two json files:
localizedPlanPricing.jsonfor/services/web/config/settings.overrides.saas.jsplans.jsonfor/services/web/frontend/js/main/plans.js