@rmw/config
安装
yarn add @rmw/config
或者
npm install @rmw/config
使用
#!/usr/bin/env coffee
import CONFIG from '@rmw/config'
import test from 'tape-catch'
test 'config', (t)=>
console.log CONFIG.xxx
CONFIG.xxx = 52
t.end()
关于
本项目隶属于人民网络(rmw.link) 代码计划。