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

Template creation #61

Open
artemnovichkov opened this issue Sep 12, 2017 · 2 comments
Open

Template creation #61

artemnovichkov opened this issue Sep 12, 2017 · 2 comments

Comments

@artemnovichkov
Copy link

I use cookiecutter and my custom template for project generation. I guess you have the same problem - it's very hand to update or create a new template. How you do it? It would be great if you add a command for template generation based on existing project. I want to write a script for it, but if you have a plan for it, I'll wait 😃

@ravidsrk
Copy link

@artemnovichkov I use yeoman generator for my custom template. I have node.js script which helps me to sync template. https://github.com/androidstarters/generator-kotlin-android/blob/master/generators/app/sync_template_kotlin.js#L18

@artemnovichkov
Copy link
Author

Thank you for the example! And how do you create a new template? To be honest, I know JS a little and don't know Kotlin :)

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

2 participants