afe-expression-helpers

0.1.0 • Public • Published

Build Status Coverage Status

JavaScript Library Boilerplate

A simple ES6 Library starter kit.

What's included?

  • Rollup and Babel transform code
  • Eslint with Airbnb to lint code
  • Jest for writing tests
  • Run lint and tests before each commit with husky

Avaiable yarn|npm commands

{
  "start": "npm run test -- --watch",
  "test": "jest",
  "lint": "eslint .",
  "clean": "rimraf lib",
  "build": "npm run clean && npm run lint && npm run test && rollup -c"
}

Readme

Keywords

none

Package Sidebar

Install

npm i afe-expression-helpers

Weekly Downloads

0

Version

0.1.0

License

MIT

Unpacked Size

273 kB

Total Files

13

Last publish

Collaborators

  • achachiez