Skip to content

ChrisCoder9000/mrc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MRC (Make React Component)

To make it executable

create a script wrapper

vim /usr/local/bin/make-component

add the following to the file

#!/bin/bash

# Percorso completo della directory dello script
SCRIPT_DIR="/Users/christiannonis/Documents/mrc"

# Esegui lo script principale
bash "$SCRIPT_DIR/mrc.sh" "$@"

make it executable

chmod +x /usr/local/bin/make-component

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages