tinker-file-uploader
v1.0.0
Published
<p align="center"> <img src="https://raw.githubusercontent.com/eunikitin/modern-package-boilerplate/master/internals/img/header.png" alt="Header"> </p>
Downloads
2
Maintainers
Readme
Features
Key features
- Bundle your library with Rollup
- Write modern JavaScript with latest features of Babel
- Create your own distributable React components (optional)
- Check your types with Flow (optional)
- Test and cover with Jest and Enzyme
- Lint with ESLint (air-bnb config)
Minor features
- Path aliases with babel module-resolver plugin
- CI with travis-ci.org
- Coverage info with coveralls.io
- Track and update your dependencies with renovateapp.com
Getting started
- Clone this repo from github
- Inside the repo directory run
npm install && rm -r .git && git init
- Update package.json with your information