modern-package-boilerplate

2.3.4 • Public • Published

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

/modern-package-boilerplate/

    Package Sidebar

    Install

    npm i modern-package-boilerplate

    Weekly Downloads

    0

    Version

    2.3.4

    License

    MIT

    Unpacked Size

    8.5 kB

    Total Files

    4

    Last publish

    Collaborators

    • eunikitin