Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 637 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 637 Bytes

Bash scripts for day-to-day usage

Git scripts

  • git_init - For git init process and to publish a new repository.
  • git_ssh - To generate a new SSH key locally. Todo: MacOS, Windows (WSL2 and Powershell) and Linux (Debian, Arch and Ubuntu)

TypeScript boilerplates

  • Todo: script to create new Node.js app boilerplate with TypeScript
  • npm init -y and its configurations
  • tsc --init cleaned from huge amount of comments
  • Select a structure/architecture type and create a boilerplate accordingly (MVC, Microservices, Serveless, etc)

Author