Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/neoito-hub/glim-cli
React Native Latest Architecture CLI along with a fully tested boilerplate, component/screen generators, and more! 🎉
https://github.com/neoito-hub/glim-cli
boilerplate cli cross-platform react react-native redux tools typescript zustand
Last synced: 28 days ago
JSON representation
React Native Latest Architecture CLI along with a fully tested boilerplate, component/screen generators, and more! 🎉
- Host: GitHub
- URL: https://github.com/neoito-hub/glim-cli
- Owner: neoito-hub
- Created: 2022-10-06T09:36:48.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-07-06T07:05:34.000Z (over 1 year ago)
- Last Synced: 2024-09-27T17:40:51.059Z (about 1 month ago)
- Topics: boilerplate, cli, cross-platform, react, react-native, redux, tools, typescript, zustand
- Language: TypeScript
- Homepage: https://glimcli.netlify.app/
- Size: 243 MB
- Stars: 17
- Watchers: 5
- Forks: 4
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
The Next Generation React Native CLI
[![npm version](https://badge.fury.io/js/glim-cli.svg)](https://badge.fury.io/js/glim-cli)
![example workflow](https://github.com/neoito-hub/glim-cli/actions/workflows/release.yml/badge.svg)
[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Generic badge](https://img.shields.io/badge/PRs-WELCOME-.svg)](https://shields.io/)## React Native Latest Architecture CLI along with a fully tested boilerplate, component/screen generators, and more! 🎉
# Quick Start
## Create new React Native Project
To create new glim project, you can use
```bash
npx glim-cli create-app
```Once's it running, it will create a new glim project with corresponding name along with typical folders and configuration files.
## Generators
```bash
npx glim-cli generate
```There are two generators
- Component
- Screen## Add to Existing Project
```bash
npx glim-cli generate
```## fetch Component from Directory
```bash
npx glim-cli add {componentUniqueId} {ComponentName}
```# Contributors
![GitHub Contributors Image](https://contrib.rocks/image?repo=neoito-hub/glim-cli)