npm.io
3.3.8 • Published 5 years ago

@buffetjs/hooks

Licence
MIT
Version
3.3.8
Deps
0
Size
50 kB
Vulns
0
Weekly
0
Stars
538

Buffet.js Hooks

Getting Started

Installation

Using yarn

yarn add @buffetjs/hooks
# Install the required dependencies
yarn add react

or npm

npm install @buffetjs/hooks --save
# Install the required dependencies
npm install react --save
Available commands
  • build
    Builds the library for production
  • build:analyze
    Analyse the generated build
  • build:watch
    Whatch the files with webpack
  • buildesm
    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
  • testwatch
    Runs the unit tests in watch mode
  • test:lint
    Runs the lint tests
  • testquiet
    Runs the lint tests without displaying the warnings
  • test:style
    Runs the stylelint tests
  • testquiet
    Runs the stylelint tests without displaying the warnings
  • lint:fix
    Fixes the lint

Keywords