This is a helper to creating things like keys, actionTypes, or enum objects.
THIS IS NOT ON NPM YET!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!! clone and link for now
import kenum from 'kenum'
const actionType = kenum.appName`
REQ
RES
ERR
`
output:
actionType = {
REQ: 'appName/REQ',
RES: 'appName/RES',
ERR: 'appname/ERR'
}