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

https://github.com/flasd/library-base

Webpack base for developing libraries
https://github.com/flasd/library-base

Last synced: 11 months ago
JSON representation

Webpack base for developing libraries

Awesome Lists containing this project

README

          

# library-base
Webpack base for developing libraries

[![npm](https://img.shields.io/badge/Licence-MIT-blue.svg)](https://github.com/flasd/library-base/blob/master/LICENSE) [![code style](https://img.shields.io/badge/Code%20Style-Airbnb-orange.svg)](https://www.npmjs.com/package/eslint-config-airbnb)

### What does this offer, you ask?
- ES6, 7, NEXT Support with Babel
- Webpack Bundling with UMD support
- ESLINT code linting

### Setup

First, if you didn't already,
```
$ git clone https://github.com/flasd/library-base myLibrary
```

Then, `cd` into `myLibrary` and run
```
$ npm run setup
```
Setup will:
- Remove .git folder and initialize a new local repository for you;
- Remove package.json and re-initialize NPM for you;
- Clean up the README.md and the LICENCE file.

### Usage
The entry point is the src/index.js file. Go from there.

If you've liked this, consider giving it a :star:!

### Licence
MIT all the way. Let's create awesome stuff! :rocket: