Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/robertoachar/webpack-library

webpack library.
https://github.com/robertoachar/webpack-library

appveyor babel circleci coveralls editorconfig eslint node npm prettier travis webpack

Last synced: 27 days ago
JSON representation

webpack library.

Awesome Lists containing this project

README

        

# webpack-library

Generated by [OSS Project Generator](http://bit.ly/generator-oss-project).

[![Travis Status][travis-badge]][travis-url]
[![AppVeyor Status][appveyor-badge]][appveyor-url]
[![CircleCI Status][circleci-badge]][circleci-url]
[![Coveralls Status][coveralls-badge]][coveralls-url]
[![NPM Version][npm-badge]][npm-url]
[![License][license-badge]][license-url]

> webpack library.

# Installation

Install package

```bash
$ npm install --save webpack-library
```

# Usage

Say `It works!`

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

console.log(lib.hello());
```

# Development

- Cloning the repo

```bash
$ git clone https://github.com/robertoachar/webpack-library.git
```

- Installing dependencies

```bash
$ 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](https://twitter.com/robertoachar)

# License

[MIT](https://github.com/robertoachar/webpack-library/blob/master/LICENSE)

[travis-badge]: https://travis-ci.org/robertoachar/webpack-library.svg?branch=master
[travis-url]: https://travis-ci.org/robertoachar/webpack-library
[appveyor-badge]: https://ci.appveyor.com/api/projects/status/github/robertoachar/webpack-library?branch=master&svg=true
[appveyor-url]: https://ci.appveyor.com/project/robertoachar/webpack-library
[circleci-badge]: https://circleci.com/gh/robertoachar/webpack-library/tree/master.svg?style=shield
[circleci-url]: https://circleci.com/gh/robertoachar/webpack-library
[coveralls-badge]: https://coveralls.io/repos/github/robertoachar/webpack-library/badge.svg?branch=master
[coveralls-url]: https://coveralls.io/github/robertoachar/webpack-library?branch=master
[npm-badge]: https://img.shields.io/npm/v/@robertoachar/webpack-library.svg
[npm-url]: https://www.npmjs.com/package/@robertoachar/webpack-library
[license-badge]: https://img.shields.io/github/license/robertoachar/webpack-library.svg
[license-url]: https://opensource.org/licenses/MIT