ta-app-config
Centralized web app config.
Install
npm i ta-app-config --save
What's Included
- Names / abbreviations
- Env specific location info (protocol, host, port, href)
- Logos / Favicons
- ...
/src/index.js
for more
Usage
import apps from 'ta-app-config'
window.location.href = apps.unity.location.href
console.log(apps.unity.locations[NODE_ENV])
const icon = <img src={apps.unity.favicon} />
Contribute
- Clone this repo
- Create a branch
- Make changes, push
- Open a PR
Releasing
On the latest clean master
:
npm run release:major
npm run release:minor
npm run release:patch