0.0.6 • Published 5 years ago

@mailoop/js-toolbox v0.0.6

Weekly downloads
92
License
MIT
Repository
github
Last release
5 years ago

NPM Module Boilerplate

Build Status [!type=dev) License: MIT

Mailoop Javascript Toolbox

Javascript toolbox from Mailoop Tech Team

Happy hacking =)

Contribute

  • ES6/ESNext - Write ES6 code and Babel will transpile it to ES5 for backwards compatibility
  • Test - Mocha with Istanbul coverage
  • Lint - Preconfigured ESlint with Airbnb config
  • CI - TravisCI configuration setup
  • Minify - Built code will be minified for performance

Commands

  • yarn run clean - Remove lib/ directory
  • yarn test - Run tests with linting and coverage results.
  • yarn test:only - Run tests without linting or coverage.
  • yarn test:watch - You can even re-run tests on file changes!
  • yarn test:prod - Run tests with minified code.
  • yarn run test:examples - Test written examples on pure JS for better understanding module usage.
  • yarn run lint - Run ESlint with airbnb-config
  • yarn run cover - Get coverage report for your code.
  • yarn run build - Babel will transpile ES6 => ES5 and minify the code.
  • yarn run prepublish - Hook for npm. Do all the checks before publishing your module.

Installation

License

MIT © Mailoop Tech Team

0.0.5

5 years ago

0.0.4

5 years ago

0.0.6

5 years ago

0.0.3

6 years ago

0.0.2

6 years ago

0.0.1

6 years ago