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
- Host: GitHub
- URL: https://github.com/flasd/library-base
- Owner: flasd
- License: mit
- Created: 2017-12-14T17:24:28.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-02-06T21:24:29.000Z (over 8 years ago)
- Last Synced: 2025-03-15T11:12:06.856Z (over 1 year ago)
- Language: JavaScript
- Size: 75.2 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# library-base
Webpack base for developing libraries
[](https://github.com/flasd/library-base/blob/master/LICENSE) [](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: