[ICO]NameLast modifiedSizeDescription
[PARENTDIR]Parent Directory  -  
[DIR]src/2023-06-15 18:18 -  
[DIR]node_modules/2023-06-15 18:21 -  
[DIR]dist/2023-06-15 18:18 -  
[DIR]build/2023-06-15 18:18 -  
[TXT]README.md1985-10-26 08:15 1.1Kd7c1522 post receive test [كارل مبارك]
[   ]package.json2023-06-15 18:21 5.9K 
[   ]babel.config.js1985-10-26 08:15 463  
# Buffet.js Core

## Getting Started

### Installation

Using yarn

```bash
yarn add @buffetjs/core
# Install the required dependencies
yarn add @buffetjs/styles react react-dom  styled-components
```

or npm

```bash
npm install @buffetjs/core --save
# Install the required dependencies
npm install @buffetjs/styles  prop-types react react-dom  styled-components --save
```

### Available commands

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