Skip to content

Commit 9f6b3b9

Browse files
Guillaume CATELGuillaume CATEL
authored andcommitted
feat: add astro react template
1 parent 103b0d7 commit 9f6b3b9

File tree

14 files changed

+3946
-42
lines changed

14 files changed

+3946
-42
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ jobs:
3636
pnpm gen package --args javascript test-javascript
3737
pnpm gen package --args typescript-react-ui test-typescript-react-ui
3838
pnpm gen application --args typescript-react-vite test-typescript-react-vite
39+
pnpm gen application --args typescript-astro-react test-typescript-astro-react
3940
4041
- name: Security audit
4142
run: |

README.md

Lines changed: 25 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ nvm use
1717
# install dependencies with pnpm
1818
pnpm i
1919

20-
# generate your first app/package
20+
# generate your first app or package
2121
pnpm gen
2222
```
2323

@@ -67,3 +67,27 @@ To test all apps and packages, run the following command:
6767
```
6868
pnpm test
6969
```
70+
71+
### Lint
72+
73+
To lint all apps and packages, run the following command:
74+
75+
```
76+
pnpm lint
77+
```
78+
79+
### Check
80+
81+
To check dependencies for all apps and packages, run the following command:
82+
83+
```
84+
pnpm check
85+
```
86+
87+
### Check
88+
89+
To update dependencies for all apps and packages, run the following command:
90+
91+
```
92+
pnpm check -u
93+
```

0 commit comments

Comments
 (0)