1.0.14 • Published 7 months ago

@ferchvs/launchyourapp v1.0.14

Weekly downloads
-
License
MIT
Repository
-
Last release
7 months ago

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:

  1. Which template to use (base or identifier)
  2. App name (if not provided as argument)
  3. Destination path
  4. Logo path (optional)
  5. 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

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
1.0.14

7 months ago

1.0.12

8 months ago

1.0.10

8 months ago

1.0.9

8 months ago

1.0.7

8 months ago

1.0.6

8 months ago

1.0.4

8 months ago

1.0.3

8 months ago

1.0.2

8 months ago

1.0.1

8 months ago

1.0.0

8 months ago