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 +26 -2
- package/bin/index.js +29 -812
- package/bin/vers/303/243o2.js +997 -0
- package/package.json +1 -1
- package/src/analysis/index.js +149 -0
- package/src/config/index.js +43 -0
- package/src/detectors/index.js +203 -0
- package/src/formatters/index.js +53 -0
- package/src/generators/index.js +27 -0
- package/src/interactive/index.js +95 -0
- package/src/readme/index.js +286 -0
- package/src/scanner/index.js +113 -0
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.
|
|
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
|
|