@nux-ui/core
v1.0.4
Published
**React Native UI CLI** — A command-line tool for quickly copying reusable React Native components directly from a remote repository into your project.
Downloads
3
Readme
Nux UI
React Native UI CLI — A command-line tool for quickly copying reusable React Native components directly from a remote repository into your project.
✨ Features
- 🔧 Initialize a component folder structure in your React Native project
- 📦 List all available UI components from the remote repository
- 📥 Add specific components or import all at once
- ⚡ Fast and developer-friendly CLI experience
📦 Installation
Using npm:
npm install @nux-ui/coreOr using yarn:
yarn add @nux-ui/core🚀 Usage
You can run the CLI directly with npx:
npx nux <command>Available Commands
| Command | Description |
| ------------ | ------------------------------------------ |
| init | Initializes the component folder structure |
| list | Lists all available components |
| add <name> | Adds a specific component by name |
| add --all | Adds all available components |
📁 Example
npx nux init
npx nux list
npx nux add button
npx nux add --all