Giter Site home page Giter Site logo

renom's Introduction

Renom

Renom is a simple program that allows you to rename your Unreal Engine projects. It handles both Blueprint-only and C++ projects, in accordance with the guidelines set forth here.

> renom wizard

[ Welcome to Renom ]
> Choose a workflow: Rename a project
> Project root directory path: LyraStarterGame
> Provide a new name for the project: SpyroStarterGame
( apply ) set [URL] GameName = SpyroStarterGame in config file LyraStarterGame\Config/DefaultEngine.ini
( apply ) set [/Script/EngineSettings.GeneralProjectSettings] ProjectName = SpyroStarterGame in config file LyraStarterGame\Config/DefaultGame.ini
( apply ) rename file LyraStarterGame\LyraStarterGame.uproject to LyraStarterGame\SpyroStarterGame.uproject
( apply ) rename file LyraStarterGame to SpyroStarterGame

        [ Success ]
        Successfully renamed project LyraStarterGame to SpyroStarterGame.

Among other things, Renom:

  • Provides workflows to rename projects, plugins, targets, and modules
  • Detects project name, targets, modules, and other metadata
  • Updates target, build, config, and source files
  • Creates backups of all affected files to prevent data loss
  • Supports consecutive renames

Installation

You can install Renom either by downloading the binary release or by using the Cargo package manager.

Binary

Simply download the latest release here and put the executable (.exe) on your system PATH.

Cargo

Renom is written in Rust, and Cargo is the package manager for Rust. Install the Rust toolchain, which includes Cargo, by following the instructions here. Once Cargo is installed, run the following command to install Renom:

cargo install renom

This will pull and build Renom directly from crates.io. If the build is successful, you should be able to find the installed executable at C:/Users/{User}/.cargo/bin/renom.exe.

Usage

Run the following command to see available options:

renom

To start an interactive session, run the following command instead:

renom wizard

renom's People

Contributors

msmoiz avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.