Skip to content

Instantly share code, notes, and snippets.

View luifiller's full-sized avatar
🤓
Studying

Luiz Nison Filler luifiller

🤓
Studying
View GitHub Profile
@luifiller
luifiller / .bash_profile
Created October 26, 2024 03:46
Bash version @joshuamorony: Alias for creating playground applications w/ specific Angular versions and sharing to GitHub/StackBlitz
# References:
# - YouTube Joshua Morony: https://www.youtube.com/watch?v=J4PWmOqpzME&ab_channel=JoshuaMorony
# - .zshrc joshuamorony GH Gist: https://gist.github.com/joshuamorony/9a73a2c033014c754c81d8dc3e49ba54
# Prerequisites:
# - Ensure Git is installed and configured with your GitHub account.
# - Install GitHub CLI (gh) for managing GitHub repositories directly from the terminal.
# - Install Node.js and npm (Node Package Manager) to manage Angular CLI and its dependencies.
# - Ensure Angular CLI is installed globally or accessible via npx.
# - Install Visual Studio Code for opening projects directly from the terminal.