Skip to content

Commit

Permalink
feat: readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kah3vich committed Aug 27, 2023
1 parent 0e3e25a commit 3517b1a
Showing 1 changed file with 12 additions and 30 deletions.
42 changes: 12 additions & 30 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,24 +13,18 @@
<img src="https://svg-readme.vercel.app/readme/svg?type=subtitle&content=One||of||the||current||and||actively||developing||assemblies||for||layout||Gulp.||With||support||for||current||package||versions||and||custom||plugin||improvements." alt="subtitle" width="100%" height="200" />
</div>

<img src="https://svg-readme.vercel.app/readme/svg?type=custom&content=️||Warnings:&size=25&align=left" alt="warning" width="100%" height="30" />
<img src="https://svg-readme.vercel.app/readme/svg?type=custom&content=🛠️||Install:&size=25&align=left" alt="script" width="100%" height="30" />

- There is a refinement with linters for js and styles.
### Install base packages:

- Svg sprite have an internal plugin bug with non-correct display.

- Work is underway to add the webp format with its convenient control in the code.

- Work is underway on automatic work and imports in code.
```bash
npm i -g gulp gulp-cli webpack webpack-cli; yarn
```

<br />

<div id="script" />

<img src="https://svg-readme.vercel.app/readme/svg?type=custom&content=🚀||Scripts:&size=25&align=left" alt="script" width="100%" height="30" />

<br />

### Install dependencies:

```bash
Expand All @@ -55,37 +49,25 @@ yarn build
yarn build:zip
```

### ESLint script check:
### Component create:

```bash
yarn lint:script
yarn component:create [name] [path]
```

### ESLint script fix:
### Component remove:

```bash
yarn lint:script-fix
yarn component:remove [name] [path]
```

### StyleLint style check:
### Check lint:

```bash
yarn lint:styles
```

### StyleLint style fix:

```bash
yarn lint:styles-fix
```

### Prettier code check:

```bash
yarn prettier:check
yarn lint:script
```

### Prettier code fix:
### Check prettier:

```bash
yarn prettier:write
Expand Down

0 comments on commit 3517b1a

Please sign in to comment.