create-tririga-react-ts-vite-app 1.0.3 → 1.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
# create-
|
|
1
|
+
# create-tririga-react-ts-vite-app
|
|
2
2
|
|
|
3
3
|
A CLI tool to scaffold modern TRIRIGA UX applications using React, TypeScript, and Vite.
|
|
4
4
|
|
|
@@ -7,7 +7,7 @@ A CLI tool to scaffold modern TRIRIGA UX applications using React, TypeScript, a
|
|
|
7
7
|
You don't need to install this package locally. You can run it directly using `npx` and replace `my-tririga-app` with your desired app name:
|
|
8
8
|
|
|
9
9
|
```bash
|
|
10
|
-
npx create-
|
|
10
|
+
npx create-tririga-react-ts-vite-app my-tririga-app
|
|
11
11
|
```
|
|
12
12
|
|
|
13
13
|
## Features
|
package/package.json
CHANGED
package/template/package.json
CHANGED
|
@@ -1,4 +1,4 @@
|
|
|
1
|
-
|
|
1
|
+
// Custom type for import.meta.env to satisfy TS if not fully typed
|
|
2
2
|
/// <reference types="vite/client" />
|
|
3
3
|
|
|
4
4
|
import { setTriAppConfig, getTriAppConfig, TriAppConfig } from '@tririga/tririga-react-components';
|