Advertisement
Guest User

Untitled

a guest
Jul 17th, 2019
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.49 KB | None | 0 0
  1. dmitrii@dmitrii-HP-ZBook-17-G3:~/projects $ nest new nest-rest
  2. ⚡ We will scaffold your app in a few seconds..
  3.  
  4. CREATE /nest-rest/.prettierrc (51 bytes)
  5. CREATE /nest-rest/README.md (3370 bytes)
  6. CREATE /nest-rest/nest-cli.json (84 bytes)
  7. CREATE /nest-rest/nodemon-debug.json (163 bytes)
  8. CREATE /nest-rest/nodemon.json (67 bytes)
  9. CREATE /nest-rest/package.json (1805 bytes)
  10. CREATE /nest-rest/tsconfig.build.json (97 bytes)
  11. CREATE /nest-rest/tsconfig.json (325 bytes)
  12. CREATE /nest-rest/tslint.json (426 bytes)
  13. CREATE /nest-rest/src/app.controller.spec.ts (617 bytes)
  14. CREATE /nest-rest/src/app.controller.ts (274 bytes)
  15. CREATE /nest-rest/src/app.module.ts (249 bytes)
  16. CREATE /nest-rest/src/app.service.ts (142 bytes)
  17. CREATE /nest-rest/src/main.ts (208 bytes)
  18. CREATE /nest-rest/test/app.e2e-spec.ts (561 bytes)
  19. CREATE /nest-rest/test/jest-e2e.json (183 bytes)
  20.  
  21. ? Which package manager would you ❤️ to use? yarn
  22. ✔ Installation in progress... ☕
  23.  
  24. 🚀 Successfully created project nest-rest
  25. 👉 Get started with the following commands:
  26.  
  27. $ cd nest-rest
  28. $ yarn run start
  29.  
  30.  
  31. Thanks for installing Nest 🙏
  32. Please consider donating to our open collective
  33. to help us maintain this package.
  34.  
  35.  
  36. 🍷 Donate: https://opencollective.com/nest
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement