UNPKG

@dechamp/express-auto-route

Version:

An express auto route module which allows routes and middleware to be configured via config file.

16 lines (13 loc) 246 B
image: "node:10" stages: - npm-deploy publishIt: stage: npm-deploy only: - tags script: - echo "//registry.npmjs.org/:_authToken=${NPM_TOKEN}"> .npmrc - cat .npmrc - npm i - npm run build - npm --verbose publish