Skip to content

Latest commit

 

History

History
67 lines (60 loc) · 3.36 KB

README.md

File metadata and controls

67 lines (60 loc) · 3.36 KB

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