3.0.1 • Published 7 years ago

ta-app-config v3.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

ta-app-config

Circle CI

Centralized web app config.

Install

npm i ta-app-config --save

What's Included

  • App names
  • Env specific location info (protocol, host, port, href)

Usage

import taAppConfig from 'ta-app-config'

const unityConfig = taAppConfig.unity

// env specific location info
console.log(unityConfig.locations[NODE_ENV])
//=> { protocol: '', host: '', port: '',  href: '' }

// favicons
const icon = <img src={unityConfig.favicon} /> 

Contribute

  1. Clone this repo
  2. Create a branch
  3. Make changes, push
  4. Open a PR

Releasing

On the latest clean master:

npm run release:major
npm run release:minor
npm run release:patch
3.0.1

7 years ago

3.0.0

7 years ago

2.3.1

7 years ago

2.3.0

7 years ago

2.2.0

7 years ago

2.1.0

7 years ago

2.0.1

7 years ago

2.0.0

8 years ago

1.3.1

8 years ago

1.3.0

8 years ago

1.2.1

8 years ago

1.2.0

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago