1.0.14 • Published 7 months ago
@ferchvs/launchyourapp v1.0.14
LaunchYourApp CLI
A CLI tool to quickly create React Native applications using pre-configured templates.
Features
- Create React Native apps instantly with either 'base' or 'identifier' template
- Authentication and repository access verification
- Customize app name and logo
Installation
npm install -g @ferchvs/launchyourapp
# or
yarn global add @ferchvs/launchyourapp
Usage
launchyourapp [app-name]
The CLI will prompt you for:
- Which template to use (base or identifier)
- App name (if not provided as argument)
- Destination path
- Logo path (optional)
- Display name for the app
Authentication
The CLI uses GitHub authentication to verify that you have access to the template repositories. You'll be prompted to authenticate through GitHub when you run the command.
Templates
- Base: A standard React Native template (from https://github.com/devsfer1/launchyourapp)
- Identifier: A React Native template with identification features (from https://github.com/devsfer1/launchyourapp-identifier)
Development
To work on this CLI:
# Clone the repo
git clone <repo-url>
# Install dependencies
yarn install
# Build
yarn build
# Link for local testing
yarn link