Skip to content
This repository was archived by the owner on Dec 30, 2023. It is now read-only.

Commit 64ebd17

Browse files
committed
build(packages): 🔥 Remove @terminal-nerds/snippets package
1 parent c864570 commit 64ebd17

File tree

15 files changed

+13
-657
lines changed

15 files changed

+13
-657
lines changed

‎.eslintrc.cjs

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ const config = {
55
browser: true,
66
node: true,
77
},
8+
9+
rules: {
10+
"jsdoc/require-param": ["off"],
11+
},
812
};
913

1014
module.exports = config;

‎README.md

Lines changed: 5 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -77,29 +77,17 @@ Reusable pieces of code, which can be **reused** across the projects.
7777

7878
> **Note**\
7979
> **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>`**.
8183
8284
[scoped]: https://docs.npmjs.com/cli/v6/using-npm/scope
8385
[npmjs.com registry]: https://npmjs.com/org/terminal-nerds
8486

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 -->
9888

9989
| Name | Version |
10090
| ------------------------------- | ------------------------------------------------ |
101-
| [![snippets badge]][snippets] | [![snippets version badge]][snippets npm page] |
102-
| <!-- PACKAGES --> | <!-- PACKAGES --> |
10391
| [![array badge]][array] | [![array version badge]][array npm page] |
10492
| [![config badge]][config] | [![config version badge]][config npm page] |
10593
| [![error badge]][error] | [![error version badge]][error npm page] |
@@ -115,11 +103,7 @@ Reusable pieces of code, which can be **reused** across the projects.
115103
| [![test badge]][test] | [![test version badge]][test npm page] |
116104
| [![type badge]][type] | [![type version badge]][type npm page] |
117105
| [![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 --> |
123107

124108
<!-- prettier-ignore-start -->
125109
<!-- PACKAGES LINKS -->

‎packages/snippets/CHANGELOG.md

Lines changed: 0 additions & 173 deletions
This file was deleted.

‎packages/snippets/LICENSE.md

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)