Antoine Clausse eea27a36a4 [web] Add `prefer-node-protocol` ESLint rule (#21523) 1 год назад
..
.gitignore cdee7f7715 Merge pull request #14070 from overleaf/ii-remove-xlsx-package 3 лет назад
README.md 14cd8f5479 Merge pull request #21282 from overleaf/ls-scripts-to-esm-5 1 год назад
package-lock.json cdee7f7715 Merge pull request #14070 from overleaf/ii-remove-xlsx-package 3 лет назад
package.json cdee7f7715 Merge pull request #14070 from overleaf/ii-remove-xlsx-package 3 лет назад
plans.mjs eea27a36a4 [web] Add `prefer-node-protocol` ESLint rule (#21523) 1 год назад

README.md

A nodejs tool for reading plans prices from csv files and creating JSON objects.

Run npm install in order to install the dependencies.

The scripts will put the output results into the output folder.

Create localized and group plan pricing

Command node plans.mjs -f fileName -o outputdir - generates three json files:

  • localizedPlanPricing.json for /services/web/config/settings.overrides.saas.js
  • groups.json for /services/web/app/templates/plans/groups.json

The input file can be in .csv or .json format

  • .csv csv format
  • .json json format from the recurly_prices.mjs --download script output