Skip to content

Commit a5ebf32

Browse files
Version Packages (alpha)
1 parent 8dc35ec commit a5ebf32

3 files changed

Lines changed: 29 additions & 1 deletion

File tree

File renamed without changes.
Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,28 @@
1+
# @arkenv/tanstack-addon
2+
3+
## 1.0.0-alpha.2
4+
5+
### Minor Changes
6+
7+
- #### Add official TanStack CLI add-on for ArkEnv _[`#1811`](https://github.com/yamcodes/arkenv/pull/1811) [`8dc35ec`](https://github.com/yamcodes/arkenv/commit/8dc35eccc078c0fb4b2fb5c1e33fdbabbc156c77) [@yamcodes](https://github.com/yamcodes)_
8+
9+
10+
The TanStack CLI add-on is now available for generating and configuring ArkEnv in TanStack Start applications.
11+
12+
Features include:
13+
- Multi-validator support (ArkType by default; configurable for Zod or Valibot)
14+
- Automated `vite.config.ts` setup with `@arkenv/vite-plugin`
15+
- Typesafe `src/env.ts` schema definition with server secret isolation
16+
- Scaffolding of an interactive demo route at `/demo/arkenv` demonstrating client-side secret protection
17+
18+
Usage:
19+
20+
```bash
21+
npx @tanstack/cli create my-app --add-ons https://arkenv.js.org/tanstack/info.json
22+
```
23+
24+
Or add to an existing project:
25+
26+
```bash
27+
npx @tanstack/cli add https://arkenv.js.org/tanstack/info.json
28+
```

packages/tanstack-addon/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@arkenv/tanstack-addon",
3-
"version": "1.0.0-alpha.1",
3+
"version": "1.0.0-alpha.2",
44
"author": "Yam Borodetsky <yam@yam.codes>",
55
"repository": {
66
"type": "git",

0 commit comments

Comments
 (0)