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

Implement the core gen functionality #170

Open
etolstoy opened this issue Nov 9, 2016 · 0 comments
Open

Implement the core gen functionality #170

etolstoy opened this issue Nov 9, 2016 · 0 comments
Assignees
Milestone

Comments

@etolstoy
Copy link
Member

etolstoy commented Nov 9, 2016

This task includes the implementation of this logic:

gen :template_name do
  set :some_option, '123'
  any_custom_action(parameter1)
end

Besides it, we should also handle the case with multiple gen's. We decided that their result will be written to a global array that will be automatically passed to save commands.

See 2.0 roadmap for references.

@etolstoy etolstoy added this to the v.2.0-alpha milestone Nov 9, 2016
@etolstoy etolstoy changed the title Implement the gen functionality Implement the core gen functionality Nov 9, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants