shaefer / javascript-library-template

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[![Build Status](https://travis-ci.com/shaefer/.svg?branch=master)](https://travis-ci.com/shaefer/) [![Coverage Status](https://coveralls.io/repos/github/shaefer//badge.svg?branch=master&cb=1)](https://coveralls.io/github/shaefer/?branch=master) License: MIT

Features

  • someFeature - feature Description

Commands

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

License

MIT © Daniel Shaefer

About

License:MIT License


Languages

Language:JavaScript 100.0%