@chisa-ui/cli
v1.0.2
Published
CLI to add Chisa UI animated components to your React Native project
Maintainers
Readme
@chisa-ui/cli
CLI to add Chisa UI animated components to your React Native project.
Chisa UI is a primitive-first animation library designed for building organic, 60fps interactions with zero boilerplate in React Native. This CLI helps you easily drop individual components into your project.
Usage
You can use the CLI directly via npx without installing it globally:
List Available Components
View all the components you can add to your project:
npx @chisa-ui/cli listAdd a Component
Add a specific component to your project. By default, this will copy the component file into your ./components directory.
npx @chisa-ui/cli add <component-name>Example:
npx @chisa-ui/cli add ButtonOptions
-d, --dir <directory>: Specify a custom directory to save the component (default:./components).-y, --yes: Skip confirmation prompts.
Prerequisites
- React Native project (Expo or CLI)
react-native-reanimatedinstalled in your projectlucide-react-native(for icons used in some components)
License
MIT
