diff --git a/.github/ISSUE_TEMPLATE/bug_report.yml b/.github/ISSUE_TEMPLATE/bug_report.yml index 9d3c24d..56cea00 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.yml +++ b/.github/ISSUE_TEMPLATE/bug_report.yml @@ -8,17 +8,17 @@ body: value: | Thank you for reporting an issue :pray:. - This issue tracker is for reporting bugs found in [HeroUI CLI github repository](https://github.com/frontio-ai/heroui-cli/) + This issue tracker is for reporting bugs found in [HeroUI CLI github repository](https://github.com/heroui-inc/heroui-cli/) If you have a question about how to achieve something and are struggling, please post a question inside of either of the following places: - - HeroUI CLI's [Discussion's tab](https://github.com/frontio-ai/heroui-cli/discussions) + - HeroUI CLI's [Discussion's tab](https://github.com/heroui-inc/heroui-cli/discussions) - HeroUI's [Discord channel](https://discord.gg/9b6yyZKmH4) Before submitting a new bug/issue, please check the links below to see if there is a solution or question posted there already: - - HeroUI CLI's [Issue's tab](https://github.com/frontio-ai/heroui-cli/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc) - - HeroUI CLI's [closed issues tab](https://github.com/frontio-ai/heroui-cli/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed) - - HeroUI CLI's [Discussions tab](https://github.com/frontio-ai/heroui-cli/discussions) + - HeroUI CLI's [Issue's tab](https://github.com/heroui-inc/heroui-cli/pulls?q=is%3Apr+is%3Aopen+sort%3Aupdated-desc) + - HeroUI CLI's [closed issues tab](https://github.com/heroui-inc/heroui-cli/issues?q=is%3Aissue+sort%3Aupdated-desc+is%3Aclosed) + - HeroUI CLI's [Discussions tab](https://github.com/heroui-inc/heroui-cli/discussions) The more information you fill in, the better the community can help you. - type: input diff --git a/.github/ISSUE_TEMPLATE/config.yml b/.github/ISSUE_TEMPLATE/config.yml index cd5ea1e..dcdd61a 100644 --- a/.github/ISSUE_TEMPLATE/config.yml +++ b/.github/ISSUE_TEMPLATE/config.yml @@ -1,7 +1,7 @@ blank_issues_enabled: true contact_links: - name: 🤔 Long question or ideas? - url: https://github.com/frontio-ai/heroui-cli/discussions + url: https://github.com/heroui-inc/heroui-cli/discussions about: Ask long-form questions and discuss ideas. - name: 💬 Discord Community Chat url: https://discord.gg/9b6yyZKmH4 diff --git a/.github/ISSUE_TEMPLATE/feature_request.yml b/.github/ISSUE_TEMPLATE/feature_request.yml index 94c143e..fdd7b05 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.yml +++ b/.github/ISSUE_TEMPLATE/feature_request.yml @@ -12,7 +12,7 @@ body: attributes: value: | This issue form is for requesting features only! For example, requesting a new command, behavior ... etc - If you want to report a bug, please use the [bug report form](https://github.com/frontio-ai/heroui-cli/issues/new?assignees=&labels=&template=bug_report.yml). + If you want to report a bug, please use the [bug report form](https://github.com/heroui-inc/heroui-cli/issues/new?assignees=&labels=&template=bug_report.yml). - type: textarea validations: required: true diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 1d743a4..13acb32 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -33,7 +33,7 @@ jobs: - name: Clone heroui repository run: | - git clone https://github.com/frontio-ai/heroui-cli heroui --depth 1 + git clone https://github.com/heroui-inc/heroui-cli heroui --depth 1 - name: Run docs sync script run: | diff --git a/CHANGELOG.md b/CHANGELOG.md index 86b8f08..06486a7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ -# [0.6.0](https://github.com/frontio-ai/heroui-cli/compare/v0.5.4...v0.6.0) (2025-01-18) +# [0.6.0](https://github.com/heroui-inc/heroui-cli/compare/v0.5.4...v0.6.0) (2025-01-18) ### Bug Fixes -- autocompleteMultiselect cancel exit when prompt yes ([#139](https://github.com/frontio-ai/heroui-cli/issues/139)) ([a736537](https://github.com/frontio-ai/heroui-cli/commit/a736537e030b011e933d8a5809fbecf973bcc01a)) -- codemod bin command ([45712d7](https://github.com/frontio-ai/heroui-cli/commit/45712d7f5f00c05db2a8fdb82ef2dca6281d4257)) -- **codemod:** npm migrate issue ([#140](https://github.com/frontio-ai/heroui-cli/issues/140)) ([4987cc8](https://github.com/frontio-ai/heroui-cli/commit/4987cc814fceb3a14cc111b155bdb6a0ff059a41)) +- autocompleteMultiselect cancel exit when prompt yes ([#139](https://github.com/heroui-inc/heroui-cli/issues/139)) ([a736537](https://github.com/heroui-inc/heroui-cli/commit/a736537e030b011e933d8a5809fbecf973bcc01a)) +- codemod bin command ([45712d7](https://github.com/heroui-inc/heroui-cli/commit/45712d7f5f00c05db2a8fdb82ef2dca6281d4257)) +- **codemod:** npm migrate issue ([#140](https://github.com/heroui-inc/heroui-cli/issues/140)) ([4987cc8](https://github.com/heroui-inc/heroui-cli/commit/4987cc814fceb3a14cc111b155bdb6a0ff059a41)) -## [0.5.4](https://github.com/frontio-ai/heroui-cli/compare/v0.5.3...v0.5.4) (2025-01-16) +## [0.5.4](https://github.com/heroui-inc/heroui-cli/compare/v0.5.3...v0.5.4) (2025-01-16) -## [0.5.3](https://github.com/frontio-ai/heroui-cli/compare/v0.5.2...v0.5.3) (2025-01-16) +## [0.5.3](https://github.com/heroui-inc/heroui-cli/compare/v0.5.2...v0.5.3) (2025-01-16) ## [0.5.2](https://github.com/nextui-org/nextui-cli/compare/v0.5.1...v0.5.2) (2025-01-16) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 5cb2df8..22ce3b4 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -2,7 +2,7 @@ Hello!, I am very excited that you are interested in contributing with HeroUI CLI. However, before submitting your contribution, be sure to take a moment and read the following guidelines. -- [Code of Conduct](https://github.com/frontio-ai/heroui-cli/blob/main/CODE_OF_CONDUCT.md) +- [Code of Conduct](https://github.com/heroui-inc/heroui-cli/blob/main/CODE_OF_CONDUCT.md) - [Pull Request Guidelines](#pull-request-guidelines) - [Development Setup](#development-setup) - [Documentation](#documentation) @@ -68,7 +68,7 @@ https://www.conventionalcommits.org/ or check out the commit type. `scope` is just a short id that describes the scope of work. 3. Make and commit your changes following the - [commit convention](https://github.com/frontio-ai/heroui-cli/blob/main/CONTRIBUTING.md#commit-convention). + [commit convention](https://github.com/heroui-inc/heroui-cli/blob/main/CONTRIBUTING.md#commit-convention). As you develop, you can run `pnpm lint` and `pnpm build` e.g. `pnpm lint && pnpm build` to make sure everything works as expected. @@ -136,7 +136,7 @@ After cloning the repository, execute the following commands in the root folder: Please update the docs with any command changes, the code and docs should always be in sync. -The main documentation lives in `https://heroui.com/docs/guide/cli`, please create a PR in `frontio-ai/heroui` instead. +The main documentation lives in `https://heroui.com/docs/guide/cli`, please create a PR in `heroui-inc/heroui` instead. ## Breaking changes @@ -155,7 +155,7 @@ best to be proactive in reaching out to those that are already helping out. GitHub by default does not publicly state that you are a member of the organization. Please feel free to change that setting for yourself so others will know who's helping out. That can be configured on the [organization -list](https://github.com/orgs/frontio-ai/people) page. +list](https://github.com/orgs/heroui-inc/people) page. Being a maintainer is not an obligation. You can help when you have time and be less active when you don't. If you get a new job and get busy, that's alright. diff --git a/README.md b/README.md index 8bdd955..06254c5 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@

- heroui (previously nextui) + heroui (previously nextui)

HeroUI CLI (Previously NextUI CLI)


- - License + + License npm downloads @@ -454,15 +454,15 @@ Whether it's a feature request, bug report, or a project to showcase, please get - [Discord](https://discord.gg/9b6yyZKmH4) - [Twitter](https://twitter.com/hero_ui) -- [GitHub Discussions](https://github.com/frontio-ai/heroui-cli/discussions) +- [GitHub Discussions](https://github.com/heroui-inc/heroui-cli/discussions) ## Contributing Contributions are always welcome! -See [CONTRIBUTING.md](https://github.com/frontio-ai/heroui-cli/blob/main/CONTRIBUTING.md) for ways to get started. +See [CONTRIBUTING.md](https://github.com/heroui-inc/heroui-cli/blob/main/CONTRIBUTING.md) for ways to get started. -Please adhere to this project's [CODE_OF_CONDUCT](https://github.com/frontio-ai/heroui-cli/blob/main/CODE_OF_CONDUCT.md). +Please adhere to this project's [CODE_OF_CONDUCT](https://github.com/heroui-inc/heroui-cli/blob/main/CODE_OF_CONDUCT.md). ## License diff --git a/package.json b/package.json index 27ad335..f61beb7 100644 --- a/package.json +++ b/package.json @@ -4,7 +4,7 @@ "type": "module", "license": "MIT", "version": "0.6.0", - "homepage": "https://github.com/frontio-ai/heroui-cli#readme", + "homepage": "https://github.com/heroui-inc/heroui-cli#readme", "description": "A CLI tool that unlocks seamless HeroUI integration (Previously NextUI CLI)", "keywords": [ "UI", @@ -19,14 +19,14 @@ "author": { "name": "HeroUI", "email": "support@heroui.com", - "url": "https://github.com/frontio-ai" + "url": "https://github.com/heroui-inc" }, "repository": { "type": "git", - "url": "https://github.com/frontio-ai/heroui-cli.git" + "url": "https://github.com/heroui-inc/heroui-cli.git" }, "bugs": { - "url": "https://github.com/frontio-ai/heroui-cli/issues" + "url": "https://github.com/heroui-inc/heroui-cli/issues" }, "publishConfig": { "access": "public", diff --git a/packages/codemod/README.md b/packages/codemod/README.md index d34257d..d257e2d 100644 --- a/packages/codemod/README.md +++ b/packages/codemod/README.md @@ -1,6 +1,6 @@

- nextui + nextui

@heroui/codemod

diff --git a/packages/codemod/package.json b/packages/codemod/package.json index 7038cbb..ce724f0 100644 --- a/packages/codemod/package.json +++ b/packages/codemod/package.json @@ -4,29 +4,29 @@ "type": "module", "license": "MIT", "version": "1.2.1", - "homepage": "https://github.com/frontio-ai/heroui-cli#readme", + "homepage": "https://github.com/heroui-inc/heroui-cli#readme", "description": "HeroUI Codemod provides transformations to help migrate your codebase from NextUI to HeroUI", "keywords": [ "UI", "CLI", "Tool", - "Frontio AI", + "HeroUI", "NextUI", "HeroUI", "Integration", "Modify Codebase" ], "author": { - "name": "Frontio AI", - "email": "support@frontio.ai", - "url": "https://github.com/frontio-ai" + "name": "HeroUI", + "email": "support@heroui.com", + "url": "https://github.com/heroui-inc" }, "repository": { "type": "git", - "url": "https://github.com/frontio-ai/heroui-cli.git" + "url": "https://github.com/heroui-inc/heroui-cli.git" }, "bugs": { - "url": "https://github.com/frontio-ai/heroui-cli/issues" + "url": "https://github.com/heroui-inc/heroui-cli/issues" }, "publishConfig": { "access": "public", diff --git a/src/constants/templates.ts b/src/constants/templates.ts index ef06cb2..bdb00d6 100644 --- a/src/constants/templates.ts +++ b/src/constants/templates.ts @@ -1,8 +1,8 @@ import type {CheckType} from '@helpers/check'; -export const APP_REPO = 'https://codeload.github.com/frontio-ai/next-app-template/tar.gz/main'; -export const PAGES_REPO = 'https://codeload.github.com/frontio-ai/next-pages-template/tar.gz/main'; -export const VITE_REPO = 'https://codeload.github.com/frontio-ai/vite-template/tar.gz/main'; +export const APP_REPO = 'https://codeload.github.com/heroui-inc/next-app-template/tar.gz/main'; +export const PAGES_REPO = 'https://codeload.github.com/heroui-inc/next-pages-template/tar.gz/main'; +export const VITE_REPO = 'https://codeload.github.com/heroui-inc/vite-template/tar.gz/main'; export const APP_DIR = 'next-app-template-main'; export const PAGES_DIR = 'next-pages-template-main'; diff --git a/src/index.ts b/src/index.ts index 18c29e8..95fb591 100644 --- a/src/index.ts +++ b/src/index.ts @@ -190,7 +190,7 @@ heroui.hook('preAction', async (command) => { )}\nRun \`${chalk.cyan( 'npm install -g heroui-cli@latest' )}\` to upgrade\nChangelog: ${chalk.underline( - 'https://github.com/frontio-ai/heroui-cli/releases' + 'https://github.com/heroui-inc/heroui-cli/releases' )}` )}`, title: gradientString('HeroUI CLI')