mdsmith 1.2.0 β†’ 1.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-MDSMITH.md CHANGED
@@ -4,17 +4,33 @@
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
-
12
-
13
11
  ## πŸ“ Estrutura do Projeto
14
12
  ```
15
13
  πŸ“‚ bin
16
14
  πŸ“„ beta.js
17
15
  πŸ“„ index.js
16
+ πŸ“„ versΓ£o2.js
17
+ πŸ“‚ src
18
+ πŸ“‚ analysis
19
+ πŸ“„ index.js
20
+ πŸ“‚ config
21
+ πŸ“„ index.js
22
+ πŸ“‚ detectors
23
+ πŸ“„ index.js
24
+ πŸ“‚ formatters
25
+ πŸ“„ index.js
26
+ πŸ“‚ generators
27
+ πŸ“„ index.js
28
+ πŸ“‚ interactive
29
+ πŸ“„ index.js
30
+ πŸ“‚ readme
31
+ πŸ“„ index.js
32
+ πŸ“‚ scanner
33
+ πŸ“„ index.js
18
34
  πŸ“„ mdsmith.config.json
19
35
  πŸ“„ package-lock.json
20
36
  πŸ“„ package.json
@@ -22,21 +38,10 @@ CLI para gerar READMEs e arquivos Markdown
22
38
 
23
39
  ```
24
40
 
25
-
26
- ## πŸš€ Getting Started
27
-
28
41
  ```bash
29
42
  npm install
30
43
  ```
31
44
 
32
-
33
-
34
-
35
-
36
-
37
-
38
-
39
-
40
45
  ---
41
46
 
42
47
  Gerado por **mdSmith**
package/README.md ADDED
Binary file