1.0.0 • Published 6 years ago

@robertoachar/webpack-library v1.0.0

Weekly downloads
1
License
MIT
Repository
github
Last release
6 years ago

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
ActionUsage
Start development modenpm start
Lint codenpm run lint
Run unit testsnpm run jest
Run code coveragenpm run coverage
Run lint + testsnpm test
Send coverage results to Coveralls.ionpm run coveralls
Build to publishnpm run build

Author

Roberto Achar

License

MIT