Skip to content

Commit e4fa64b

Browse files
committed
chore: wip
1 parent 19b9c09 commit e4fa64b

File tree

17 files changed

+213
-503
lines changed

17 files changed

+213
-503
lines changed

.github/workflows/release.yml

Lines changed: 0 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -38,15 +38,3 @@ jobs:
3838
run: bunx changelogithub
3939
env:
4040
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
41-
42-
- name: Attach Binaries
43-
uses: softprops/action-gh-release@v2
44-
with:
45-
files: |
46-
bin/bin-name-linux-x64
47-
bin/bin-name-linux-arm64
48-
bin/bin-name-windows-x64.exe
49-
bin/bin-name-darwin-x64
50-
bin/bin-name-darwin-arm64
51-
env:
52-
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

README.md

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<!-- [![npm downloads][npm-downloads-src]][npm-downloads-href] -->
77
<!-- [![Codecov][codecov-src]][codecov-href] -->
88

9-
# bun-ts-starter
9+
# ts-inputs
1010

1111
This is an opinionated TypeScript Starter kit to help kick-start development of your next Bun package.
1212

@@ -30,7 +30,7 @@ It's rather simple to get your package development started:
3030

3131
```bash
3232
# you may use this GitHub template or the following command:
33-
bunx degit stacksjs/ts-starter my-pkg
33+
bunx degit stacksjs/ts-inputs my-pkg
3434
cd my-pkg
3535

3636
bun i # install all deps
@@ -50,7 +50,7 @@ bun test
5050

5151
## Changelog
5252

53-
Please see our [releases](https://github.com/stackjs/bun-ts-starter/releases) page for more information on what has changed recently.
53+
Please see our [releases](https://github.com/stackjs/ts-inputs/releases) page for more information on what has changed recently.
5454

5555
## Contributing
5656

@@ -60,7 +60,7 @@ Please see [CONTRIBUTING](.github/CONTRIBUTING.md) for details.
6060

6161
For help, discussion about best practices, or any other conversation that would benefit from being searchable:
6262

63-
[Discussions on GitHub](https://github.com/stacksjs/ts-starter/discussions)
63+
[Discussions on GitHub](https://github.com/stacksjs/ts-inputs/discussions)
6464

6565
For casual chit-chat with others using this package:
6666

@@ -86,10 +86,10 @@ The MIT License (MIT). Please see [LICENSE](LICENSE.md) for more information.
8686
Made with 💙
8787

8888
<!-- Badges -->
89-
[npm-version-src]: https://img.shields.io/npm/v/bun-ts-starter?style=flat-square
90-
[npm-version-href]: https://npmjs.com/package/bun-ts-starter
91-
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/ts-starter/ci.yml?style=flat-square&branch=main
92-
[github-actions-href]: https://github.com/stacksjs/ts-starter/actions?query=workflow%3Aci
89+
[npm-version-src]: https://img.shields.io/npm/v/ts-inputs?style=flat-square
90+
[npm-version-href]: https://npmjs.com/package/ts-inputs
91+
[github-actions-src]: https://img.shields.io/github/actions/workflow/status/stacksjs/ts-inputs/ci.yml?style=flat-square&branch=main
92+
[github-actions-href]: https://github.com/stacksjs/ts-inputs/actions?query=workflow%3Aci
9393

94-
<!-- [codecov-src]: https://img.shields.io/codecov/c/gh/stacksjs/ts-starter/main?style=flat-square
95-
[codecov-href]: https://codecov.io/gh/stacksjs/ts-starter -->
94+
<!-- [codecov-src]: https://img.shields.io/codecov/c/gh/stacksjs/ts-inputs/main?style=flat-square
95+
[codecov-href]: https://codecov.io/gh/stacksjs/ts-inputs -->

bin/cli.ts

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

binary.config.ts

Whitespace-only changes.

bun.lock

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

cli

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

docs/.vitepress/config.ts

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ const nav = [
2222
{ text: 'News', link: 'https://stacksjs.org/news' },
2323
{
2424
text: 'Changelog',
25-
link: 'https://github.com/stacksjs/ts-starter/blob/main/CHANGELOG.md',
25+
link: 'https://github.com/stacksjs/ts-inputs/blob/main/CHANGELOG.md',
2626
},
2727
// { text: 'Blog', link: 'https://updates.ow3.org' },
2828
{
@@ -62,12 +62,12 @@ const sidebar = [
6262
{ text: 'Showcase', link: '/Showcase' },
6363
]
6464
const description = 'A TypeScript Starter Kit. For a better Development Experience.'
65-
const title = 'ts-starter | A TypeScript Starter Kit. For a better Development Experience.'
65+
const title = 'ts-inputs | A TypeScript Starter Kit. For a better Development Experience.'
6666

6767
export default withPwa(
6868
defineConfig({
6969
lang: 'en-US',
70-
title: 'ts-starter',
70+
title: 'ts-inputs',
7171
description,
7272
metaChunk: true,
7373
cleanUrls: true,
@@ -82,15 +82,15 @@ export default withPwa(
8282
['meta', { name: 'author', content: 'Stacks.js, Inc.' }],
8383
['meta', {
8484
name: 'tags',
85-
content: 'ts-starter, stacksjs, reverse proxy, modern, lightweight, zero-config, local development',
85+
content: 'ts-inputs, stacksjs, reverse proxy, modern, lightweight, zero-config, local development',
8686
}],
8787

8888
['meta', { property: 'og:type', content: 'website' }],
8989
['meta', { property: 'og:locale', content: 'en' }],
9090
['meta', { property: 'og:title', content: title }],
9191
['meta', { property: 'og:description', content: description }],
9292

93-
['meta', { property: 'og:site_name', content: 'ts-starter' }],
93+
['meta', { property: 'og:site_name', content: 'ts-inputs' }],
9494
['meta', { property: 'og:image', content: './images/og-image.jpg' }],
9595
['meta', { property: 'og:url', content: 'https://reverse-proxy.sh/' }],
9696
// ['script', { 'src': 'https://cdn.usefathom.com/script.js', 'data-site': '', 'data-spa': 'auto', 'defer': '' }],
@@ -122,7 +122,7 @@ export default withPwa(
122122
socialLinks: [
123123
{ icon: 'twitter', link: 'https://twitter.com/stacksjs' },
124124
{ icon: 'bluesky', link: 'https://bsky.app/profile/chrisbreuer.dev' },
125-
{ icon: 'github', link: 'https://github.com/stacksjs/ts-starter' },
125+
{ icon: 'github', link: 'https://github.com/stacksjs/ts-inputs' },
126126
{ icon: 'discord', link: 'https://discord.gg/stacksjs' },
127127
],
128128

docs/config.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Configuration
22

3-
_This is just an example of the ts-starter docs._
3+
_This is just an example of the ts-inputs docs._
44

55
The Reverse Proxy can be configured using a `reverse-proxy.config.ts` _(or `reverse-proxy.config.js`)_ file and it will be automatically loaded when running the `reverse-proxy` command.
66

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
layout: home
44

55
hero:
6-
name: "ts-starter"
6+
name: "ts-inputs"
77
text: "For a better local environment."
88
tagline: "Modern and smart reverse proxy."
99
image: /images/logo-white.png

docs/install.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Install
22

3-
_This is just an example of the ts-starter docs._
3+
_This is just an example of the ts-inputs docs._
44

55
Installing `rpx` is easy. Simply pull it in via your package manager of choice, or download the binary directly.
66

0 commit comments

Comments
 (0)