@robertoachar/webpack-library

1.0.0 • Public • Published

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

Readme

Keywords

Package Sidebar

Install

npm i @robertoachar/webpack-library

Weekly Downloads

0

Version

1.0.0

License

MIT

Unpacked Size

6.31 kB

Total Files

5

Last publish

Collaborators

  • robertoachar