0.1.3 ā€¢ Published 4 years ago

@8bu/mlb-services v0.1.3

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 years ago

TypeScript version Node.js version APLv2

MLM services

šŸƒšŸ½ Instant Value: All basic tools included and configured:

  • TypeScript 4.0
  • ESLint with some initial rules recommendation
  • Jest for fast unit testing and code coverage
  • Type definitions for Node.js and Jest
  • Prettier to enforce consistent code style
  • NPM scripts for common operations
  • Simple example of TypeScript code and unit test
  • .editorconfig for consistent file format
  • Reproducible environments thanks to Volta

Endpoints

API Docs

Available Scripts

  • clean - remove coverage data, Jest cache and transpiled files,
  • build - transpile TypeScript to ES6,
  • build:watch - interactive watch mode to automatically transpile source files,
  • lint - lint source files and tests,
  • test - run tests,
  • test:watch - interactive watch mode to automatically re-run tests