Skip to content

Instantly share code, notes, and snippets.

@CarlosOrtiz
Created April 6, 2020 05:31
Show Gist options
  • Save CarlosOrtiz/550be6aa02d3a40106fe1c1f0d3790d8 to your computer and use it in GitHub Desktop.
Save CarlosOrtiz/550be6aa02d3a40106fe1c1f0d3790d8 to your computer and use it in GitHub Desktop.
Option for create folder and file
1.mkdir: Para crear carpetas
Ejemplo: mkdir src/utils
2.touch: Para crear Archivos
Ejemplo: touch src/utils/file.ts
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment