UNPKG

password-maker

Version:

Generate a password randomly

17 lines (13 loc) 164 B
image: node:8 cache: paths: - node_modules/ stages: - test test_async: stage: test script: - npm install - npm run test tags: - docker