All Projects → junedomingo → React Native Rename

junedomingo / React Native Rename

Licence: mit
Rename react-native app with just one command

Programming Languages

javascript
184084 projects - #8 most used programming language
java
68154 projects - #9 most used programming language
objective c
16641 projects - #2 most used programming language
ruby
36898 projects - #4 most used programming language
Starlark
911 projects

Projects that are alternatives of or similar to React Native Rename

Ipgetter
Utility to fetch your external IP address
Stars: ✭ 148 (-92.72%)
Mutual labels:  cli
Pomd
🍅 A good old cli based Pomodoro timer with native notifications
Stars: ✭ 151 (-92.57%)
Mutual labels:  cli
Simplesh
🐧 Quick installation for Ubuntu terminal.
Stars: ✭ 152 (-92.52%)
Mutual labels:  cli
Envy
Envy automatically exposes environment variables for all of your Go flags
Stars: ✭ 150 (-92.62%)
Mutual labels:  cli
Multiprocess
🚀Easy to make the common PHP/Python/js...script change daemon and multi-process execution
Stars: ✭ 151 (-92.57%)
Mutual labels:  cli
Defopt
Effortless argument parser
Stars: ✭ 150 (-92.62%)
Mutual labels:  cli
Kcli
A kafka command line browser
Stars: ✭ 148 (-92.72%)
Mutual labels:  cli
Gloria
Gloria is a static website generator, based on NodeJS.
Stars: ✭ 153 (-92.47%)
Mutual labels:  cli
Ffpb
A progress bar for ffmpeg. Yay !
Stars: ✭ 149 (-92.67%)
Mutual labels:  cli
Grafcli
Grafana CLI for quick and easy dashboards management.
Stars: ✭ 152 (-92.52%)
Mutual labels:  cli
Xcassetpacker
A command line tool for converting a folder of images into an .xcasset package for Xcode
Stars: ✭ 150 (-92.62%)
Mutual labels:  cli
Athenacli
AthenaCLI is a CLI tool for AWS Athena service that can do auto-completion and syntax highlighting.
Stars: ✭ 151 (-92.57%)
Mutual labels:  cli
Deno Cliffy
Command line framework for deno 🦕 Including Commandline-Interfaces, Prompts, CLI-Table, Arguments Parser and more...
Stars: ✭ 149 (-92.67%)
Mutual labels:  cli
Hiboot
hiboot is a high performance web and cli application framework with dependency injection support
Stars: ✭ 150 (-92.62%)
Mutual labels:  cli
Go Audio
An offline solution to convert pdfs into audiobooks
Stars: ✭ 153 (-92.47%)
Mutual labels:  cli
Wikibase Cli
read and edit a Wikibase instance from the command line
Stars: ✭ 148 (-92.72%)
Mutual labels:  cli
Gitin
commit/branch/workdir explorer for git
Stars: ✭ 1,815 (-10.72%)
Mutual labels:  cli
Pully
A simple CLI and library for downloading high quality YouTube videos!
Stars: ✭ 153 (-92.47%)
Mutual labels:  cli
Sherlock Js
Find usernames across over 170 social networks - Fast & flexible remake of sdushantha/sherlock
Stars: ✭ 153 (-92.47%)
Mutual labels:  cli
Swiftcolorgen
A tool that generate code for Swift projects, designed to improve the maintainability of UIColors
Stars: ✭ 152 (-92.52%)
Mutual labels:  cli

react-native-rename NPM version NPM monthly downloads NPM total downloads Paypal Donate

Rename react-native app with just one command

react-native-rename

This package assumes that you created your react-native project using react-native init.

Note: This package does not attempt to properly rename build artifacts such as ios/build or Cocoa Pod installation targets. After renaming your project you should clean, build, and reinstall third party dependencies to get it running properly with the new name.

Usage

$ npx react-native-rename <newName>

With custom Bundle Identifier (Android only. For iOS, please use Xcode)

$ npx react-native-rename <newName> -b <bundleIdentifier>

Example

First, Switch to new branch (optional but recommended)
$ git checkout -b rename-app
Then, Rename your app
$ npx react-native-rename "Travel App"

With custom Bundle Identifier

$ npx react-native-rename "Travel App" -b com.junedomingo.travelapp

Local installation

With Yarn:

$ yarn global add react-native-rename

With npm:

$ npm install react-native-rename -g

Support

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].