6.1.9 • Published 13 days ago

@meniga/config v6.1.9

Weekly downloads
47
License
MIT
Repository
-
Last release
13 days ago

@meniga/config

Config is a utility library that reads the cosmicConfig property from the window object and merges in a built config object.

@meniga/cli can help create these configs for different environments. See here.

Exports


globalConfig

globalConfig is a wrapper for Config.get, and can be used like this:

const someValue = globalConfig('path/to/config', someDefaultValue)

Example:

import { globalConfig } from '@meniga/config'

const _configItemsPerPage = globalConfig('transactions.itemsPerPage', 50)

getBooleanConfigValue

getBooleanConfigValue makes sure that the value you get from the config is a boolean (e.g. if the config file itself has a string value 'true' you will get back a Boolean(true)). Example:

import { getBooleanConfigValue } from '@meniga/config'

const _configShowCurrentMonthInChart = getBooleanConfigValue('transactions.showCurrentMonthInChart', false)

getIntConfigValue

getIntConfigValue makes sure that the value you get from the config is an integer (e.g. if the config file itself has a string value '10' you will get a Number(10) back). Example:

import { getIntConfigValue } from '@meniga/config'

const _configUndoCategoryChangeTimeout = getIntConfigValue('transactions.undoCategoryChangeTimeout', 3000)

default

The default export is the config class. This class has 4 methods:

  • get(key, defaultValue = null) : gets the vale from the merged config, if null then returns the default value

  • all() : get the whole merged config object

  • pretty() : prints the merged config object out to the console

  • init() : initializes @meniga/config by preloading JSON config files (config/config.json and config/override.json) generated by webpack and exposes them to the get(), all() and pretty() methods. This method should be called during the initialization of your app.

  • load(cosmicJsonConfig, overrideJsonConfig) : Initialize @meniga/config by setting already fetched JSON config files generated by webpack and assigning them to the "window.cosmicConfig" and "window.cosmicOverride" javascript variables.

6.1.9

13 days ago

6.1.8

1 month ago

6.1.1-alpha.0

1 month ago

6.1.2-alpha.0

1 month ago

6.1.3-alpha.0

1 month ago

6.1.4-alpha.0

1 month ago

6.1.6

1 month ago

6.1.5

1 month ago

6.1.7

1 month ago

6.1.0

1 month ago

6.0.37-alpha.0

1 month ago

6.0.38-alpha.0

1 month ago

6.0.34-alpha.0

1 month ago

6.0.36-alpha.0

1 month ago

6.0.35-alpha.0

1 month ago

6.0.32-alpha.0

1 month ago

6.0.30-alpha.0

1 month ago

6.0.33-alpha.0

1 month ago

6.0.29-alpha.0

1 month ago

6.0.31-alpha.0

1 month ago

6.0.28-alpha.0

2 months ago

6.0.25-alpha.0

2 months ago

6.0.27-alpha.0

2 months ago

6.0.24-alpha.0

2 months ago

6.0.26-alpha.0

2 months ago

6.0.23-alpha.0

2 months ago

6.0.21-alpha.0

4 months ago

6.0.22-alpha.0

4 months ago

6.0.20-alpha.0

4 months ago

6.0.17-alpha.0

4 months ago

6.0.19-alpha.0

4 months ago

6.0.13-alpha.0

4 months ago

6.0.15-alpha.0

4 months ago

6.0.16-alpha.0

4 months ago

6.0.18-alpha.0

4 months ago

6.0.12

4 months ago

6.0.2-alpha.0

6 months ago

5.0.0-alpha.14902

6 months ago

1.0.0-alpha.0

6 months ago

6.0.7-alpha.0

6 months ago

6.0.9-alpha.0

6 months ago

6.0.0

6 months ago

6.0.4

6 months ago

4.11.1-alpha.120

3 years ago

5.0.0-alpha.48

3 years ago

5.0.0-alpha.47

3 years ago

5.0.0-alpha.28

3 years ago

5.0.0-alpha.26

3 years ago

5.0.0-alpha.27

3 years ago

5.0.0-alpha.18

3 years ago

5.0.0-alpha.17

3 years ago

5.0.0-alpha.0

3 years ago

4.9.1-alpha.185

3 years ago

4.9.1-alpha.176

3 years ago

4.9.1-alpha.169

3 years ago

4.9.1-alpha.134

3 years ago

4.9.0

4 years ago

4.8.1-alpha.238

4 years ago

4.8.1-alpha.236

4 years ago

4.8.1-alpha.237

4 years ago

4.8.1-alpha.235

4 years ago

4.8.1-alpha.233

4 years ago

4.8.1-alpha.181

4 years ago

4.8.1-alpha.182

4 years ago

4.8.1-alpha.45

4 years ago

4.8.1-alpha.44

4 years ago

4.8.1-alpha.46

4 years ago

4.8.0

4 years ago

4.6.1-alpha.250

4 years ago

4.6.1-alpha.217

4 years ago

4.6.1-alpha.204

4 years ago

4.6.1-alpha.175

4 years ago

4.6.1-alpha.174

4 years ago

4.6.1-alpha.160

4 years ago

4.6.1-alpha.21

5 years ago

4.6.1-alpha.16

5 years ago

4.6.0

5 years ago

4.2.1-alpha.1

5 years ago

4.2.0

5 years ago

4.1.1-alpha.175

5 years ago

4.1.1-alpha.174

5 years ago

4.1.1-alpha.127

5 years ago

4.1.1-alpha.115

5 years ago

4.1.1-alpha.114

5 years ago

4.1.1-alpha.113

5 years ago

4.1.1-alpha.94

5 years ago

4.1.1-alpha.93

5 years ago

4.1.1-alpha.92

5 years ago

4.1.1-alpha.91

5 years ago

4.1.1-alpha.74

5 years ago

4.1.1-alpha.13

5 years ago

4.1.0

5 years ago

4.0.4-alpha.229

5 years ago

4.0.4-alpha.192

5 years ago

4.0.4-alpha.191

5 years ago

4.0.4-alpha.190

5 years ago

4.0.3

5 years ago