Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: 6 days ago
JSON representation

React Native Latest Architecture CLI along with a fully tested boilerplate, component/screen generators, and more! 🎉

Awesome Lists containing this project

README

        


glim logo


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)