Skip to content

Commit

Permalink
V1.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
byt3h3ad committed Jul 31, 2024
1 parent de24a25 commit 7f1bb4f
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .changeset/shiny-toes-teach.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"codekon": patch
---

bump
5 changes: 4 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ jobs:
- name: install dependencies
run: pnpm install
- name: build and publish
run: pnpm pub
uses: changesets/action@v1
with:
publish: pnpm pub
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
NODE_AUTH_TOKEN: ${{secrets.NPM_TOKEN}}
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ For example:
pnpx codekon my-app react-js-app
```

- To get the help message run `codekon --help`
- To get the help message run `codekon --help`. [Watch video tutorial](https://youtu.be/z4awl5lQgik).

<img src="./.github/screenshots/help.png" alt="help picture" align="center">

Expand All @@ -92,7 +92,7 @@ pnpx codekon my-app react-js-app
- [x] Publish to NPM.
- [x] Test in Linux.
- [x] ~~Test `pnpm create codekon`.~~ My bad. For this to work, the package name should have been `create-codekon`.
- [ ] Add screenshots and video.
- [x] Add screenshots and video.
- [x] Fix `pnpm dlx codekon`.
- [x] Remove `execa` and test with `child-process`. Reduced install size by 55%. Brought node support to `>=18` from `>= 20.5.0`.
- [x] Setup [changesets](https://github.com/changesets/changesets).
Expand Down

0 comments on commit 7f1bb4f

Please sign in to comment.