Describe the solution you'd like
I think it can be interesting to add a command that allows importing a component inside another.
For instance, if you are building a house component and you need to import a door component, you'd type:
reacli import door in house
In order to do that, we could use the .reacli file to store a dictionnary mapping components and paths.
Depends on #13
Describe the solution you'd like
I think it can be interesting to add a command that allows importing a component inside another.
For instance, if you are building a
housecomponent and you need to import adoorcomponent, you'd type:reacli import door in houseIn order to do that, we could use the
.reaclifile to store a dictionnary mapping components and paths.Depends on #13