tinker-file-uploader

<p align="center"> <img src="https://raw.githubusercontent.com/eunikitin/modern-package-boilerplate/master/internals/img/header.png" alt="Header"> </p>

Usage no npm install needed!

<script type="module">
  import tinkerFileUploader from 'https://cdn.skypack.dev/tinker-file-uploader';
</script>

README

Header

Powerful, flexible and easy-to-use boilerplate for creating modern npm packages

Babel Rollup React FlowJS Jest ESLint

Build Status Coverage Status dependencies Status devDependencies Status peerDependencies Status

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

Getting started

  1. Clone this repo from github
  2. Inside the repo directory run npm install && rm -r .git && git init
  3. Update package.json with your information