-
Notifications
You must be signed in to change notification settings - Fork 0
/
Apuntes Node.rtf
60 lines (49 loc) · 1.48 KB
/
Apuntes Node.rtf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
{\rtf1\ansi\ansicpg1252\cocoartf2580
\cocoatextscaling0\cocoaplatform0{\fonttbl\f0\fswiss\fcharset0 Helvetica;\f1\fswiss\fcharset0 Helvetica-Bold;\f2\fswiss\fcharset0 Helvetica-Oblique;
}
{\colortbl;\red255\green255\blue255;}
{\*\expandedcolortbl;;}
\paperw11900\paperh16840\margl1440\margr1440\vieww14740\viewh7740\viewkind0
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
\f0\fs24 \cf0 ***************************************************************************************\
\pard\tx566\tx1133\tx1700\tx2267\tx2834\tx3401\tx3968\tx4535\tx5102\tx5669\tx6236\tx6803\pardirnatural\partightenfactor0
\cf0 ********************************* APUNTES NODE *********************************\
***************************************************************************************\
\f1\b Crear package.json:
\f0\b0 \
npm init\
\
\f1\b Instalar paquete s\'f3lo para desarrollo:
\f0\b0 \
\f2\i npm install \'91nombre paquete\'92 --save-dev
\f0\i0 \
npm install nodemon --save-dev\
npm i nodemon\
\
\f1\b Instalar una versi\'f3n determinada:
\f0\b0 \
npm i [email protected]\
\
\f1\b Desinstalar paquete:
\f0\b0 \
\f2\i npm uninstall \'91nombre paquete\'92
\f0\i0 \
npm uninstall nodemon\
\
\f1\b Comandos git:
\f0\b0 \
\f2\i Coger todos los archivos para fotograf\'eda git:
\f0\i0 \
git add .\
\
\f2\i Hacer fotograf\'eda:
\f0\i0 \
git commit -m \'93v.1\'94\
\
\f2\i Restablecer la \'faltima fotograf\'eda:
\f0\i0 \
git checkout -- .\
\
\
\
}