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

numeric list functions #31

Closed
3 tasks
technosophos opened this issue Feb 11, 2022 · 1 comment
Closed
3 tasks

numeric list functions #31

technosophos opened this issue Feb 11, 2022 · 1 comment

Comments

@technosophos
Copy link
Collaborator

Per #25, implement the Sprig functions for Bartholomew. Rather than file an issue for each function, I figured I'd break these down into small batches. (Note: I am not entirely sure all of the functions can be done with the same syntax. I am no pro in writing the Handlebars functions.)

  • until COUNT generate a list of integers from 0 to COUNT.
  • until_step COUNT STEP generate a list of integers from 0 to COUNT incrementing by STEP
  • seq described here OPTIONAL... not sure we need it. Or maybe we need this and not until...
karthik2804 added a commit to karthik2804/handlebars-sprig that referenced this issue Aug 5, 2022
karthik2804 added a commit to karthik2804/handlebars-sprig that referenced this issue Aug 5, 2022
@karthik2804
Copy link
Contributor

Closed with #133

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