@bogomolcompany/bogo 0.2.1 → 0.2.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md CHANGED
@@ -6,8 +6,8 @@
6
6
 
7
7
  [Русская версия / Russian version](README.ru.md)
8
8
 
9
- **`bogo create app`** — Express + TypeScript project in 10 seconds.
10
- **`bogo g users`** — controller, service, dto, routes, validator in one command.
9
+ **`bogo create app`** — Express + TypeScript project in 10 seconds.
10
+ **`bogo g users`** — controller, service, dto, routes, validator in one command.
11
11
  **`bogo r users`** — remove a module and clean up the index file.
12
12
 
13
13
  CLI generator for Express API. Works in any repository — configured via `.bogorc.json`.
package/README.ru.md CHANGED
@@ -6,8 +6,8 @@
6
6
 
7
7
  [English version](README.md)
8
8
 
9
- **`bogo create app`** — Express + TypeScript проект за 10 секунд.
10
- **`bogo g users`** — controller, service, dto, routes, validator одной командой.
9
+ **`bogo create app`** — Express + TypeScript проект за 10 секунд.
10
+ **`bogo g users`** — controller, service, dto, routes, validator одной командой.
11
11
  **`bogo r users`** — удаляет модуль и убирает роут из index.
12
12
 
13
13
  CLI-генератор для Express API. Не привязан к конкретному репозиторию — настраивается через `.bogorc.json`.
Binary file
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@bogomolcompany/bogo",
3
- "version": "0.2.1",
3
+ "version": "0.2.2",
4
4
  "description": "CLI to scaffold Express + TypeScript API projects and generate modules (controller, service, dto, routes, validator)",
5
5
  "license": "MIT",
6
6
  "author": "bogomolcompany",
@@ -33,7 +33,9 @@
33
33
  },
34
34
  "main": "./dist/cli.js",
35
35
  "files": [
36
- "dist"
36
+ "dist",
37
+ "README.md",
38
+ "docs/demo/bogo-demo.gif"
37
39
  ],
38
40
  "scripts": {
39
41
  "build": "tsc",