@@ -77,29 +77,17 @@ Reusable pieces of code, which can be **reused** across the projects.
77
77
78
78
> ** Note** \
79
79
> ** All of them are [ scoped] - they are prefixed with ` @terminal-nerds/ ` .** \
80
- > They are accessible for public use and downloadable from the [ npmjs.com registry] .
80
+ > They are accessible for public use and downloadable from the [ npmjs.com registry] .\
81
+ > ** Also** , package names are prefixed with ** ` snippets- ` ** .\
82
+ > So, ** the final name format is: ` @terminal-nerds/snippets-<package name> ` ** .
81
83
82
84
[ scoped ] : https://docs.npmjs.com/cli/v6/using-npm/scope
83
85
[ npmjs.com registry ] : https://npmjs.com/org/terminal-nerds
84
86
85
- ** There are two recommended ways to use the snippets** :
86
-
87
- 1 . ** If you are still determining which snippets you will need** ,\
88
- use the [ ` @terminal-nerds/snippets ` ] [ snippets ] package, which contains all snippets.
89
-
90
- 1 . ** You know which snippets you need** ;\
91
- you can download one or a few specific snippets.\
92
- It might help understand what is being used in the project(s),
93
- reduce the automated Pull Requests related to updating dependencies, etc.
94
-
95
- > ** Note** \
96
- > Package names are prefixed with ` snippets- ` .\
97
- > As in: ` @terminal-nerds/snippets-<package name> `
87
+ <!-- prettier-sort-markdown-table -->
98
88
99
89
| Name | Version |
100
90
| ------------------------------- | ------------------------------------------------ |
101
- | [ ![ snippets badge]] [ snippets ] | [ ![ snippets version badge]] [ snippets npm page ] |
102
- | <!-- PACKAGES --> | <!-- PACKAGES --> |
103
91
| [ ![ array badge]] [ array ] | [ ![ array version badge]] [ array npm page ] |
104
92
| [ ![ config badge]] [ config ] | [ ![ config version badge]] [ config npm page ] |
105
93
| [ ![ error badge]] [ error ] | [ ![ error version badge]] [ error npm page ] |
@@ -115,11 +103,7 @@ Reusable pieces of code, which can be **reused** across the projects.
115
103
| [ ![ test badge]] [ test ] | [ ![ test version badge]] [ test npm page ] |
116
104
| [ ![ type badge]] [ type ] | [ ![ type version badge]] [ type npm page ] |
117
105
| [ ![ url badge]] [ url ] | [ ![ url version badge]] [ url npm page ] |
118
-
119
- [ snippets ] : ./packages/snippets/README.md
120
- [ snippets badge ] : https://img.shields.io/static/v1?label=%40terminal-nerds&message=snippets&style=flat-square&color=informational
121
- [ snippets version badge ] : https://img.shields.io/npm/v/@terminal-nerds/snippets/latest?style=flat-square&logo=npm
122
- [ snippets npm page ] : https://www.npmjs.com/package/@terminal-nerds/snippets
106
+ | <!-- PACKAGES --> | <!-- PACKAGES --> |
123
107
124
108
<!-- prettier-ignore-start -->
125
109
<!-- PACKAGES LINKS -->
0 commit comments