0.0.4 • Published 6 years ago

@humblebee/humblebee-node v0.0.4

Weekly downloads
2
License
MIT
Repository
-
Last release
6 years ago

humblebee-node

Starter pack for creating tested, typed, linted and auto-versioned Node modules.

Features

  • Typescript
  • ESLint, TSLint
  • Jest
  • Babel 7
  • Prettier, pretty-quick
  • Husky

Commands

  • dev: Start a watch process for src/TS files
  • build: Build src files (TS) into dist (as JS files)
  • start: Run dist/index.js entrypoint for your module
  • test: Build src files (TS) into dist (as JS files), then test JS files with Jest