ESLint + Babel + Mocha


Keywords
Dr, Dr-js, JavaScript
License
MIT
Install
npm install dev-dep-babel@0.5.1-dev.1

Documentation

dev-dep-tool

i:npm i:size i:lint i:npm-dev

Provide common package devDependencies

  • i:p-b
  • i:p-br
  • i:p-w
  • i:p-wr
  • i:p-wrp
  • i:p-wrsc

  • 📁 source/
    • main source code, in output package will be:
      • dev-dep-tool/library: for direct use, use require() / exports.*=
      • dev-dep-tool/module: for use with babel-node, keep import / export and readability
  • 📁 source-bin/
    • bin source code, in output package will be dev-dep-tool/bin
  • 📁 resource/
    • resource for pack sub package
  • 📁 config/
    • config for pack sub package
  • 📄 SPEC.md
    • list of all directly accessible codes, sort of an API lockfile