featurehelp wanted
倉庫指標
- Star
- (14,062 star)
- PR 合併指標
- (平均合併 3天 12小時) (30 天內合併 2 個 PR)
描述
It will be very useful for test to support testing on environment variable's value like the following example (with shx as wrapper):
shx test "${NODE_ENV}" = "production" && shx mkdir -p dist/data || shx mkdir -p tmp/data