Skip to content

heroui-inc/heroui-cli

This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Folders and files

NameName
Last commit message
Last commit date

Latest commit

17761db · Apr 5, 2024

History

26 Commits
Mar 31, 2024
Mar 28, 2024
Apr 2, 2024
Apr 5, 2024
Sep 23, 2023
Sep 23, 2023
Sep 23, 2023
Sep 23, 2023
Sep 23, 2023
Sep 23, 2023
Sep 23, 2023
Mar 28, 2024
Mar 31, 2024
Mar 31, 2024
Apr 2, 2024
Mar 26, 2024
Apr 2, 2024
Apr 2, 2024
Mar 30, 2024
Apr 2, 2024

Repository files navigation

NextUI CLI

🏗️ Under Construction

  • Add nextui command

    Manage the NextUI CLI.

  • Add nextui init command

    Initialize a NextUI project.

    Provided with a -t, --template flag to initialize a project with a template.

  • Add nextui add command

    Add component(s) to a NextUI project by selecting from a list of components.

  • Add nextui remove command

    Remove component(s) from a NextUI project by selecting from a list of components.

  • Add nextui upgrade command

    Upgrade NextUI Components by selecting from a list of components.

  • Add nextui list command

    List all the NextUI components.

    Display the components version, docs link and the component's status.

  • Add nextui env command

    Display the local environment information, such as os, system, node, components versions, etc.

    Integrate doctor check whether exist problem.

  • Add nextui doctor command

    Check whether installed redundant dependencies.

    Check whether the required dependency has been installed.

    Check tailwind config、provide has been added.

    Check .npmrc correct when use pnpm.

    Warn when tailwindcss intelliSense plugin uninstalled in Vscode.

    …other check.