mdsmith 1.2.0 β†’ 1.2.1

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-MDSMITH.md CHANGED
@@ -4,10 +4,11 @@
4
4
  CLI para gerar READMEs e arquivos Markdown
5
5
 
6
6
  ## πŸ”– InformaΓ§Γ΅es do Projeto
7
- - **VersΓ£o:** 1.1.2
7
+ - **VersΓ£o:** 1.2.0
8
8
  - **Gerenciador de Pacotes:** npm
9
9
  - **Tipo:** Node.js Project
10
10
 
11
+ ## πŸ›  Tecnologias
11
12
 
12
13
 
13
14
  ## πŸ“ Estrutura do Projeto
@@ -15,6 +16,24 @@ CLI para gerar READMEs e arquivos Markdown
15
16
  πŸ“‚ bin
16
17
  πŸ“„ beta.js
17
18
  πŸ“„ index.js
19
+ πŸ“„ versΓ£o2.js
20
+ πŸ“‚ src
21
+ πŸ“‚ analysis
22
+ πŸ“„ index.js
23
+ πŸ“‚ config
24
+ πŸ“„ index.js
25
+ πŸ“‚ detectors
26
+ πŸ“„ index.js
27
+ πŸ“‚ formatters
28
+ πŸ“„ index.js
29
+ πŸ“‚ generators
30
+ πŸ“„ index.js
31
+ πŸ“‚ interactive
32
+ πŸ“„ index.js
33
+ πŸ“‚ readme
34
+ πŸ“„ index.js
35
+ πŸ“‚ scanner
36
+ πŸ“„ index.js
18
37
  πŸ“„ mdsmith.config.json
19
38
  πŸ“„ package-lock.json
20
39
  πŸ“„ package.json
@@ -22,8 +41,8 @@ CLI para gerar READMEs e arquivos Markdown
22
41
 
23
42
  ```
24
43
 
44
+ ## πŸš€ Primeiros Passos
25
45
 
26
- ## πŸš€ Getting Started
27
46
 
28
47
  ```bash
29
48
  npm install
@@ -31,8 +50,13 @@ npm install
31
50
 
32
51
 
33
52
 
53
+ ## πŸ”‘ VariΓ‘veis de Ambiente
54
+ Crie um arquivo `.env` na raiz do projeto com as seguintes variΓ‘veis:
34
55
 
35
56
 
57
+ ## πŸ—„ ConfiguraΓ§Γ£o do Banco de Dados
58
+ Execute as migrations do Prisma:
59
+
36
60
 
37
61
 
38
62