1.1.0 • Published 12 months ago

genies v1.1.0

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Genies CLI

Genies CLI is a powerful tool for adding React components to your projects. It provides an easy way to initialize projects and add components while automatically installing all required dependencies.

Installation

Make sure you have Node.js and npm or pnpm installed. You can use the CLI directly with npx without installing it globally:

npx genies init

Usage

Initialize Project

Use the init command to initialize dependencies for a new project. The init command installs dependencies, adds the ny utility, configures tailwind.config.ts, and sets up CSS variables for the project.

npx genies init

Add Components

Use the add command to add components to your project. The add command adds a component to your project and installs all required dependencies.

npx genies add [component]

Example

npx genies add alert-dialog

You can also run the command without any arguments to view a list of all available components:

npx genies add

Options

  • -y, --yes: Skip confirmation prompt.
  • -o, --overwrite: Overwrite existing files.
  • -c, --cwd <cwd>: The working directory. Defaults to the current directory.
  • -p, --path <path>: The path to add the component to.

Documentation

Visit https://nyxbui.design/docs/cli to view the full documentation.

License

Licensed under the MIT License.

1.1.0

12 months ago

1.0.26

12 months ago

1.0.25

12 months ago

1.0.24

12 months ago

1.0.23

12 months ago

1.0.22

12 months ago

1.0.21

12 months ago

1.0.20

12 months ago

1.0.19

12 months ago

1.0.18

12 months ago

1.0.17

12 months ago

1.0.16

12 months ago

1.0.15

12 months ago

1.0.14

12 months ago

1.0.13

12 months ago

1.0.12

12 months ago

1.0.11

12 months ago

1.0.10

12 months ago

1.0.9

12 months ago

1.0.8

12 months ago

1.0.7

12 months ago

1.0.6

12 months ago

1.0.5

12 months ago

1.0.4

12 months ago

1.0.3

12 months ago

1.0.2

12 months ago

1.0.1

12 months ago

1.0.0

12 months ago

0.0.0

12 months ago