mdsmith 1.2.2 β†’ 1.2.3

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.
Files changed (2) hide show
  1. package/package.json +1 -1
  2. package/README-MDSMITH.md +0 -47
package/package.json CHANGED
@@ -1,7 +1,7 @@
1
1
  {
2
2
  "$schema": "https://json.schemastore.org/package.json",
3
3
  "name": "mdsmith",
4
- "version": "1.2.2",
4
+ "version": "1.2.3",
5
5
  "description": "CLI para gerar READMEs e arquivos Markdown",
6
6
  "bin": {
7
7
  "mdsmith": "./bin/index.js"
package/README-MDSMITH.md DELETED
@@ -1,47 +0,0 @@
1
-
2
- # mdsmith
3
-
4
- CLI para gerar READMEs e arquivos Markdown
5
-
6
- ## πŸ”– InformaΓ§Γ΅es do Projeto
7
- - **VersΓ£o:** 1.2.0
8
- - **Gerenciador de Pacotes:** npm
9
- - **Tipo:** Node.js Project
10
-
11
- ## πŸ“ Estrutura do Projeto
12
- ```
13
- πŸ“‚ bin
14
- πŸ“„ beta.js
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
34
- πŸ“„ mdsmith.config.json
35
- πŸ“„ package-lock.json
36
- πŸ“„ package.json
37
- πŸ“„ README-MDSMITH.md
38
-
39
- ```
40
-
41
- ```bash
42
- npm install
43
- ```
44
-
45
- ---
46
-
47
- Gerado por **mdSmith**