From 1606e82edbfe5b2596fcd01079cf7fd93d1324f3 Mon Sep 17 00:00:00 2001 From: rilaxik Date: Fri, 14 Jun 2024 16:48:24 +0000 Subject: [PATCH] Update RageFW CLI --- CLI.md | 1 - RageFW-CLI.md | 27 +++++++++++++++++++++++++++ 2 files changed, 27 insertions(+), 1 deletion(-) delete mode 100644 CLI.md create mode 100644 RageFW-CLI.md diff --git a/CLI.md b/CLI.md deleted file mode 100644 index 5d08b7b..0000000 --- a/CLI.md +++ /dev/null @@ -1 +0,0 @@ -Welcome to the Wiki. \ No newline at end of file diff --git a/RageFW-CLI.md b/RageFW-CLI.md new file mode 100644 index 0000000..6ab33c9 --- /dev/null +++ b/RageFW-CLI.md @@ -0,0 +1,27 @@ +To make you life easier while using RageFW we created a basic CLI. At the moment automation we have only works via [pnpm](https://pnpm.io/) + +``pnpm create rage-fw`` + +## TL;DR +- ``Initialize new project`` - create new template project +- ``Install RAGE:MP updater`` - download and update RAGE:MP server files + +## Options +For now, you will see a few available options. They are described in detail below + +- ``Initialize new project`` +- ``Install RAGE:MP updater`` + +### Initialize new project +Using this options will forward you to common project-creation menu +- ``Enter project name`` + +This option will specify a name for your project which is used as a folder name too. Defaults to **rage-fw** + +- ``Select frontend`` + +Use this selector menu to choose which frontend framework you want to use. We will do our best to expand this menu after some time. +Defaults to **React + TypeScript (Vite)** + +### Install Rage:MP updater +This option will simplify installation process of Rage:MP server files required to start your server \ No newline at end of file