apemanconst
Demo of service project.
Installation
$ npm install apemanconst --save
Usage
Create a directory with name "consts" and put const files like "en.json" there.
consts/foo.json
"message":"This is #{myName}"
consts/index.js
'use strict' const apemanconst = // Exports consts as module.let consts = // Print all constsconsts moduleexports = consts
Then,
'use strict' // Require defined constsconst consts = let foo = console // -> "This is deep blue"
License
This software is released under the MIT License.