You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The user should be able install templates from the local folders. It will look like generamba template install 'MyTemplate' --local ~/Templates/MyTemplate.
After this command Generamba should look for the .gemspec file in the corresponding folder, validate it, modify the Rambafile and move this template to the project folder.
The text was updated successfully, but these errors were encountered:
After a brief discussion with the team we've decided to move in another direction - specify all the templates in Rambafile and then run generamba template install. The structure would be like this:
The user should be able install templates from the local folders. It will look like
generamba template install 'MyTemplate' --local ~/Templates/MyTemplate
.After this command Generamba should look for the
.gemspec
file in the corresponding folder, validate it, modify theRambafile
and move this template to the project folder.The text was updated successfully, but these errors were encountered: