UNPKG

@akameco/generator-nm

Version:

Scaffold out a node module

21 lines (16 loc) 217 B
language: node_js node_js: - '10' - '8' - '6' cache: yarn: true directories: - ".eslintcache" - "node_modules" script: - yarn run test:ci notifications: email: false branches: only: master