@massimo-cassandro/create-favicons 1.3.4 → 1.3.6

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/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@massimo-cassandro/create-favicons",
3
- "version": "1.3.4",
3
+ "version": "1.3.6",
4
4
  "description": "Favicon files builder",
5
5
  "bin": {
6
6
  "create-favicons": "./index.mjs"
package/readme.md CHANGED
@@ -6,6 +6,14 @@ I file da elaborare devono essere in formato SVG, mentre quelli generati sono in
6
6
 
7
7
  Le immagini sono generate con [Sharp](https://sharp.pixelplumbing.com/), [SVGO](https://github.com/svg/svgo) e [sharp-ico](https://github.com/ssnangua/sharp-ico).
8
8
 
9
+
10
+ ## Creazione template file di config (vedi più avanti)
11
+
12
+ ```bash
13
+ npx create-favicons init
14
+ ```
15
+
16
+
9
17
  ## Utilizzo
10
18
 
11
19
  ```bash
package/src/init.mjs CHANGED
@@ -42,6 +42,7 @@ export function init() {
42
42
 
43
43
  printFrame({
44
44
  strings: [
45
+ {string: '** CREATE-FAVICONS **', color: 'yellow', bold: true,},
45
46
  {string: 'File di configurazione di generato:', color: 'green'},
46
47
  {string: remove_homedir_string(cfg_sample_file), color: 'bgGreen'},
47
48
  ],