@fizz.js/node-context
v1.0.0
Published
node-context
Downloads
1
Readme
@fizz.js/node-context
This is a context library for express.
install
add dependencies
into package.json
and run yarn install
configure
please put context
config into config/${env}.json
{
"context": {
"scope": {
"private": "private",
"public": "public"
}
}
}
test
yarn test
coverage
yarn cover
build
yarn build
docs
yarn docs