We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Feature request:
It would be nice to have a package type of template that could be used as a bootstrap for apps and when creating a package or checking out an example.
template
Ideas:
If I want to create a new package:
$ mrt create mypackage from package-raix
could create the folder and files like:
If I wanted to create a new app from a template/example:
$ mrt create hello from mobile-app
The text was updated successfully, but these errors were encountered:
Is there a reason you don't just git clone a git repository?
git clone
No reason to make an interface for something that already works, if you ask me.
Sorry, something went wrong.
Git clone has a repo reference not desireable when creating a new app or package
git pull, then. :)
There's a slightly hidden command called mrt create-package that you might want to take a look at?
mrt create-package
No branches or pull requests
Feature request:
It would be nice to have a package type of
template
that could be used as a bootstrap for apps and when creating a package or checking out an example.Ideas:
If I want to create a new package:
could create the folder and files like:
If I wanted to create a new app from a template/example:
The text was updated successfully, but these errors were encountered: