Skip to content

Instantly share code, notes, and snippets.

View NOMADE55's full-sized avatar
🐦

Lucas Terracino NOMADE55

🐦
View GitHub Profile
@NOMADE55
NOMADE55 / pls_react_function_component.zsh
Last active July 21, 2020 19:04
Adds a React Function Component in the supplied directory.
#!/bin/zsh
#
# React Function Component Maker made with ❤ by Lucas G. Terracino
#
# Help
show_help() {
# Display help
echo "Usage: pls_react_function_component [OPTION]... COMPONENT..."
echo "Adds a React Function Component in the supplied directory."
echo ""