glim-cli
v1.1.6
Published
Next generation CLI for react native development
Readme
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
npx glim-cli create-appOnce's it running, it will create a new glim project with corresponding name along with typical folders and configuration files.
Generators
npx glim-cli generateThere are two generators
- Component
- Screen
Add to Existing Project
npx glim-cli generatefetch Component from Directory
npx glim-cli add {componentUniqueId} {ComponentName}