Rush • A new and improved way of building extensions

You have to run rush on terminal. There is no exe software for that except installer.

What I need to download @Techno_Vedang

1 Like

@Anke I got that file when I download rush but that file is automatically removed from my laptop

1 Like

I have downloaded git can you send me a video in which you show me how to open rush

2 Likes

No, you don't need Git to install Rush.

2 Likes

Please show me how to open rush

1 Like

See the instructions in the first post of this topic!

2 Likes

Disable your antivirus software or exclude rush-init-win.exe

2 Likes

Which terminal I need to use

1 Like

Have you followed the instructions provided ? Windows Installation

2 Likes

Thanks @dora_paz I try this

2 Likes

@dora_paz after doing these all how I open rush can you send me a video of opening rush

1 Like

See here.

3 Likes

Problem is not that see here I installed rush I also get file but how and where I run

1 Like

Open a command prompt window (cmd) , navigate to the directory you want extension to be created (for example I have a directory in C drive named extensions), then type

rush create extension_name

3 Likes

Rush isn't a GUI application its a command line tool

so open cmd and type rush create <extension name>
and cd<extension name>
and done!

when you are done coding just run rush build or rush build -r

3 Likes

...

@Faraz_Firoz How many times does this command have to be repeated here ...? :upside_down_face:

2 Likes

Now I know that where I need to run rush thank you all of you I try it tommorow then I tell you If I found error

5 Likes

See this

Run it without the <>

1 Like