You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+36-2Lines changed: 36 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -29,7 +29,24 @@ This script installs Node, Express, TypeScript, ESLint, and Prettier automatical
29
29
<aname="installation"></a>
30
30
## **Installation** ⚙️
31
31
32
-
To use netepScript, first create an empty folder where you will host your project. Download the compressed file and extract it into that folder. Then, open the folder with your preferred text editor or access it from your operating system's terminal. After installing all dependencies, you can remove the script file so that it is not included in the final project.
32
+
There are two ways to install netepScript:
33
+
34
+
### Option 1: Using npm (recommended)
35
+
36
+
To install netepScript using npm, run the following command in your terminal:
37
+
38
+
```bash
39
+
npm install -g netepscript
40
+
netepscript
41
+
```
42
+
Or without installing the library by running:
43
+
44
+
```bash
45
+
npx netepscript
46
+
```
47
+
### Option 2: Downloading the script and running it locally
48
+
49
+
To use this installation system, first create an empty folder where you will host your project. Download the zip file and unzip it inside that folder. Then, open the folder with your preferred text editor or access it from your operating system's terminal. After all dependencies are installed, you can remove the script file so that it is not included in the script.
33
50
34
51
**On Windows 🪟**
35
52
@@ -265,7 +282,24 @@ Este script instala Node, Express, TypeScript, ESLint y Prettier automáticament
265
282
<aname="instalacion"></a>
266
283
## **Instalación** ⚙️
267
284
268
-
Para utilizar netepScript, primero crea una carpeta vacía donde alojarás tu proyecto. Descarga el archivo comprimido y descomprímelo dentro de esa carpeta. A continuación, abre la carpeta con tu editor de texto preferido o accede a ella desde la terminal de tu sistema operativo. Después de instalar todas las dependencias, se puede eliminar el archivo del script para que no se incluya en el mismo.
285
+
Hay dos formas de instalar netepScript:
286
+
287
+
### Opción 1: Usando npm (recomendado)
288
+
289
+
Para instalar netepScript usando npm, ejecuta el siguiente comando en tu terminal:
290
+
291
+
```bash
292
+
npm install -g netepscript
293
+
netepscript
294
+
```
295
+
O sin instalar la librería ejecutando:
296
+
297
+
```bash
298
+
npx netepscript
299
+
```
300
+
### Opción 2: Descargando el script y ejecutarlo localmente
301
+
302
+
Para utilizar este sistema de instalación, primero crea una carpeta vacía donde alojarás tu proyecto. Descarga el archivo comprimido y descomprímelo dentro de esa carpeta. A continuación, abre la carpeta con tu editor de texto preferido o accede a ella desde la terminal de tu sistema operativo. Después de instalar todas las dependencias, se puede eliminar el archivo del script para que no se incluya en el mismo.
0 commit comments