-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
refactor: nextui-cli to heroui-cli (#129)
* refactor: nextui-cli to heroui-cli * fix: update nextui in codemod * docs: update readme * fix: update pkg --------- Co-authored-by: Junior Garcia <[email protected]>
- Loading branch information
1 parent
9ed010d
commit cf99755
Showing
35 changed files
with
419 additions
and
1,132 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,11 @@ | ||
blank_issues_enabled: true | ||
contact_links: | ||
- name: 🤔 Long question or ideas? | ||
url: https://github.com/nextui-org/nextui-cli/discussions | ||
url: https://github.com/frontio-ai/heroui-cli/discussions | ||
about: Ask long-form questions and discuss ideas. | ||
- name: 💬 Discord Community Chat | ||
url: https://discord.gg/9b6yyZKmH4 | ||
about: Ask quick questions or simply chat on the `NextUI` community Discord server. | ||
about: Ask quick questions or simply chat on the `HeroUI` community Discord server. | ||
- name: 💬 New Updates (Twitter) | ||
url: https://twitter.com/getnextui | ||
about: Link to our twitter account if you want to follow us and stay up to date with NextUI news | ||
url: https://twitter.com/hero_ui | ||
about: Link to our twitter account if you want to follow us and stay up to date with HeroUI news |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,9 +31,9 @@ jobs: | |
git config --global user.name 'GitHub Action' | ||
git config --global user.email '[email protected]' | ||
- name: Clone nextui repository | ||
- name: Clone heroui repository | ||
run: | | ||
git clone https://github.com/nextui-org/nextui nextui --depth 1 | ||
git clone https://github.com/frontio-ai/heroui-cli heroui --depth 1 | ||
- name: Run docs sync script | ||
run: | | ||
|
@@ -45,17 +45,17 @@ jobs: | |
VERSION=$(jq -r '.version' package.json) | ||
echo "::set-output name=version::$VERSION" | ||
- name: Commit changes to nextui repository | ||
- name: Commit changes to heroui repository | ||
run: | | ||
cd nextui | ||
cd heroui | ||
git add . | ||
git commit -m "docs: sync api from nextui-cli v${{ steps.get_version.outputs.version }}" | ||
git commit -m "docs: sync api from heroui-cli v${{ steps.get_version.outputs.version }}" | ||
- name: Create Pull Request | ||
uses: peter-evans/create-pull-request@v5 | ||
with: | ||
token: ${{ secrets.PAT }} | ||
path: nextui | ||
path: heroui | ||
branch: sync-docs-${{ steps.get_version.outputs.version }}-${{ github.run_id }} | ||
title: "docs: sync api from nextui-cli v${{ steps.get_version.outputs.version }}" | ||
body: Sync api from nextui-cli. | ||
title: "docs: sync api from heroui-cli v${{ steps.get_version.outputs.version }}" | ||
body: Sync api from heroui-cli. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.