pages.es/*: add Spanish translation; npm: update page (#11297)
* npm: improved description of npm list and npm install
* npm, nvm: add Spanish translation
* nvm: add Spanish translations to the commands
* helm-install, helm, nest, netlify, next, nginx, vite: add Spanish translation
* choco, clear, cmd, del, dir, mkdir: add Spanish translation
* helm-*: update Spanish translation
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.es/common: update pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.es/windows: update pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2023-10-27 19:43:16 +01:00
|
|
|
# nest
|
|
|
|
|
|
|
|
> Herramienta de línea de comandos para inicializar, desarrollar y mantener aplicaciones Nest.
|
|
|
|
> Más información: <https://docs.nestjs.com/cli/overview>.
|
|
|
|
|
|
|
|
- Muestra la información sobre la versión de nest instalada:
|
|
|
|
|
|
|
|
`nest info`
|
|
|
|
|
|
|
|
- Crea un nuevo proyecto NestJS en un directorio con el mismo nombre:
|
|
|
|
|
|
|
|
`nest new {{nombre_del_proyecto}}`
|
|
|
|
|
2023-12-06 07:18:13 +00:00
|
|
|
- Construye un proyecto NestJS específico:
|
pages.es/*: add Spanish translation; npm: update page (#11297)
* npm: improved description of npm list and npm install
* npm, nvm: add Spanish translation
* nvm: add Spanish translations to the commands
* helm-install, helm, nest, netlify, next, nginx, vite: add Spanish translation
* choco, clear, cmd, del, dir, mkdir: add Spanish translation
* helm-*: update Spanish translation
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.es/common: update pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
* pages.es/windows: update pages
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
---------
Signed-off-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: K.B.Dharun Krishna <kbdharunkrishna@gmail.com>
Co-authored-by: Darío Hereñú <magallania@gmail.com>
2023-10-27 19:43:16 +01:00
|
|
|
|
|
|
|
`nest build {{nombre_del_proyecto}}`
|
|
|
|
|
|
|
|
- Ejecuta un proyecto NestJS específico:
|
|
|
|
|
|
|
|
`nest start {{nombre_del_proyecto}}`
|
|
|
|
|
|
|
|
- Importa una librería al proyecto NestJS actual:
|
|
|
|
|
|
|
|
`nest add {{nombre_de_la_librería}}`
|