complia-constants
v1.0.0
Published
Shared constants for Complia workspace
Maintainers
Readme
complia-constants
Shared constants for Complia workspace.
Installation
npm install complia-constantsUsage
import { getTemplatesByCountry, ProjectParameters } from "complia-constants";
// Get templates for a country
const chileTemplates = getTemplatesByCountry("Chile");
// Access project parameters
import { DEFAULT_PROJECT_PARAMETERS } from "complia-constants";Exports
getTemplatesByCountry(country)- Get available project templates by countryProjectParameters- Project configuration by brand/country/regionAVAILABLE_BRANDS- List of supported brandsAVAILABLE_COUNTRIES- List of supported countriesROLE_OPTIONS- Role definitions with labels and descriptionsgetDeadlineOffset()- Get deadline offsets by template
License
MIT
