Skip to content

Commit d8c2369

Browse files
authored
chore: repo maintenance (#31)
* chore: repo maintenance * formatting
1 parent 3599d14 commit d8c2369

File tree

5 files changed

+111
-4
lines changed

5 files changed

+111
-4
lines changed

.changeset/config.json

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,9 @@
11
{
22
"$schema": "https://unpkg.com/@changesets/[email protected]/schema.json",
3-
"changelog": "@changesets/cli/changelog",
3+
"changelog": [
4+
"@svitejs/changesets-changelog-github-compact",
5+
{ "repo": "svecosystem/strip-types" }
6+
],
47
"commit": false,
58
"fixed": [],
69
"linked": [],

.github/FUNDING.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
# These are supported funding model platforms
2+
3+
github: [ieedan]
4+
patreon: # Replace with a single Patreon username
5+
open_collective: # Replace with a single Open Collective username
6+
ko_fi: # Replace with a single Ko-fi username
7+
tidelift: # Replace with a single Tidelift platform-name/package-name e.g., npm/babel
8+
community_bridge: # Replace with a single Community Bridge project-name e.g., cloud-foundry
9+
liberapay: # Replace with a single Liberapay username
10+
issuehunt: # Replace with a single IssueHunt username
11+
otechie: # Replace with a single Otechie username
12+
custom: # Replace with up to 4 custom sponsorship URLs e.g., ['link1', 'link2']

README.md

Lines changed: 28 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# @svecosystem/strip-types
22

3+
[![npm version](https://flat.badgen.net/npm/v/@svecosystem/strip-types?color=pink)](https://npmjs.com/package/@svecosystem/strip-types)
4+
[![npm downloads](https://flat.badgen.net/npm/dm/@svecosystem/strip-types?color=pink)](https://npmjs.com/package/@svecosystem/strip-types)
5+
[![license](https://flat.badgen.net/github/license/svecosystem/strip-types?color=pink)](https://github.com/svecosystem/strip-types/blob/main/LICENSE)
6+
[![](https://dcbadge.vercel.app/api/server/fdXy3Sk8Gq?style=flat)](https://discord.gg/fdXy3Sk8Gq)
7+
38
A type stripper for Svelte.
49

510
```sh
@@ -64,7 +69,7 @@ While `@svecosystem/strip-types` includes a `format` option it is not a formatte
6469

6570
### Unsupported Syntax
6671

67-
- ❌ Enums
72+
- ❌ Enums
6873
```ts
6974
enum Foo {
7075
Bar
@@ -78,7 +83,7 @@ class Foo {
7883

7984
}
8085
}
81-
```
86+
```
8287

8388
## Contributing
8489

@@ -123,4 +128,24 @@ tests
123128
│ ├── js.svelte
124129
│ └── ts.svelte
125130
└── ...
126-
```
131+
```
132+
133+
## License
134+
135+
Published under the [MIT](https://github.com/svecosystem/strip-types/blob/main/LICENSE) license.
136+
Built by [Aidan Bleser](https://github.com/ieedan) and [community](https://github.com/svecosystem/strip-types/graphs/contributors).
137+
<br><br>
138+
<a href="https://github.com/svecosystem/strip-types/graphs/contributors">
139+
<img src="https://contrib.rocks/image?repo=svecosystem/strip-types" />
140+
</a>
141+
142+
## Community
143+
144+
Join the Discord server to ask questions, find collaborators, or just say hi!
145+
146+
<a href="https://discord.gg/fdXy3Sk8Gq" alt="Svecosystem Discord community">
147+
<picture>
148+
<source media="(prefers-color-scheme: dark)" srcset="https://invidget.switchblade.xyz/fdXy3Sk8Gq">
149+
<img alt="Svecosystem Discord community" src="https://invidget.switchblade.xyz/fdXy3Sk8Gq?theme=light">
150+
</picture>
151+
</a>

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@
3636
"devDependencies": {
3737
"@biomejs/biome": "1.9.4",
3838
"@changesets/cli": "^2.27.8",
39+
"@svitejs/changesets-changelog-github-compact": "^1.2.0",
3940
"@types/node": "^22.13.13",
4041
"unbuild": "^3.5.0",
4142
"vitest": "^3.0.9"

pnpm-lock.yaml

Lines changed: 66 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)