Skip to content

robertoachar/webpack-library

Repository files navigation

webpack-library

Generated by OSS Project Generator.

Travis Status AppVeyor Status CircleCI Status Coveralls Status NPM Version License

webpack library.

Installation

Install package

$ npm install --save webpack-library

Usage

Say It works!

const lib = require('webpack-library');

console.log(lib.hello());

Development

  • Cloning the repo
$ git clone https://github.com/robertoachar/webpack-library.git
  • Installing dependencies
$ npm install
  • Running scripts
Action Usage
Start development mode npm start
Lint code npm run lint
Run unit tests npm run jest
Run code coverage npm run coverage
Run lint + tests npm test
Send coverage results to Coveralls.io npm run coveralls
Build to publish npm run build

Author

Roberto Achar

License

MIT