Skip to content

Commit

Permalink
Merge pull request #3 from JIlyaS/module2-task1
Browse files Browse the repository at this point in the history
  • Loading branch information
keksobot authored Sep 29, 2024
2 parents 121afd7 + c3a5639 commit e1a8f90
Show file tree
Hide file tree
Showing 25 changed files with 5,669 additions and 635 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@
.DS_Store
coverage
*.log

/src/mocks/test-data.tsv
20 changes: 20 additions & 0 deletions Workflow.md
Original file line number Diff line number Diff line change
Expand Up @@ -66,6 +66,14 @@ npm start

В процессе запуска проекта будет выполнен процесс «Сборки проекта» и запуска результирующего кода.

#### Запустить сервис для моков

```bash
npm run mock:server
```

Запускаем моковый сервис, чтобы забрать оттуда данные для записи в файл

## Структура проекта

### Директория `src`
Expand All @@ -83,3 +91,15 @@ npm start
### Остальное

Все остальные файлы в проекте являются служебными. Пожалуйста, не удаляйте и не изменяйте их самовольно. Только если того требует задание или наставник.

## Пример CLI комманд

### --generate:

```bash
npm run ts ./src/main.cli.ts -- --generate 100 ./mocks/test-data.tsv http://localhost:3123/api
```

```bash
./cli.js --generate 10 ./mocks/mock-offers.tsv http://localhost:3123/api
```
Loading

0 comments on commit e1a8f90

Please sign in to comment.