UNPKG

create-gluestack-nightly

Version:

A CLI tool for easily initialising gluestack-ui and adding components to your projects.

28 lines (18 loc) 651 B
# create-gluestack To use create-gluestack, you can run the following commands: - Initialize Expo and Nextjs projects with **gluestack-ui -**. ```bash npm create gluestack-nightly ``` or ```bash npx create-gluestack-nightly@latest ``` ## Contributing Contributions are welcome! If you would like to contribute to this project, please follow these steps: 1. Fork the repository. 2. Create a new branch for your feature or bug fix. 3. Make your changes and commit them. 4. Push your changes to your forked repository. 5. Submit a pull request to the main repository. Please ensure that your code follows the project's coding conventions.