Skip to content
New issue

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

Templates/Examples/Bootstraps #62

Open
raix opened this issue Sep 21, 2013 · 4 comments
Open

Templates/Examples/Bootstraps #62

raix opened this issue Sep 21, 2013 · 4 comments

Comments

@raix
Copy link
Contributor

raix commented Sep 21, 2013

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:

$ mrt create mypackage from package-raix

could create the folder and files like:

  • package.js
  • smart.js
  • mypackage.client.js
  • mypackage.server.js
  • mypackage.common.js
  • mypackage.tests.js
  • .travis.yml
  • .editorconfig
  • .jshintrc

If I wanted to create a new app from a template/example:

$ mrt create hello from mobile-app
@Multiply
Copy link

Is there a reason you don't just git clone a git repository?

No reason to make an interface for something that already works, if you ask me.

@raix
Copy link
Contributor Author

raix commented Sep 21, 2013

Git clone has a repo reference not desireable when creating a new app or package

@Multiply
Copy link

git pull, then. :)

@tmeasday
Copy link
Member

There's a slightly hidden command called mrt create-package that you might want to take a look at?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants