JSPM

  • Created
  • Published
  • Downloads 51985
  • Score
    100M100P100Q217503F
  • License MIT

Buffetjs Utils

Package Exports

  • @buffetjs/utils

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@buffetjs/utils) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Buffet.js Utils

Getting Started

Installation

Using yarn

yarn add @buffetjs/utils

or npm

npm install @buffetjs/utils --save

Available commands

  • build
    Builds the library for production
  • build:analyze
    Analyse the generated build
  • build:watch
    Whatch the files with webpack
  • build⌚esm
    Whatch the files with babel
  • create:index
    Create the build/index.js file
  • test
    Runs the entire set of test: lint, style and jest
  • test:jest
    Runs the unit tests
  • test:jest:watch
    Runs the unit tests in watch mode
  • test:lint
    Runs the lint tests
  • test:lint:quiet
    Runs the lint tests without displaying the warnings
  • lint:fix
    Fixes the lint