Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/robertoachar/webpack-library
- Owner: robertoachar
- License: mit
- Created: 2018-06-21T21:13:26.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2018-06-22T06:03:52.000Z (over 6 years ago)
- Last Synced: 2024-09-29T06:22:35.212Z (about 1 month ago)
- Topics: appveyor, babel, circleci, coveralls, editorconfig, eslint, node, npm, prettier, travis, webpack
- Language: JavaScript
- Size: 7.81 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
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