create-gluestack
Version:
A CLI tool for easily initialising gluestack-ui and adding components to your projects.
28 lines (18 loc) • 628 B
Markdown
# create-gluestack
To use create-gluestack, you can run the following commands:
- Initialize Expo and Nextjs projects with **gluestack-ui -**.
```bash
npm create gluestack
```
or
```bash
npx create-gluestack
```
## 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.