sheax0r / yello

Trello yaml template engine and CLI.
MIT License
3 stars 0 forks source link

Parse YAML files #4

Closed sheax0r closed 10 years ago

sheax0r commented 10 years ago
Not Started:
  cards:
  - Get an email account
  - Have lunch with your managers
  - Get a key card
  - Attend the noob-101 workshop
  - Submit your first bugfix:
      checklists:
      - Process:
        - Write tests
        - Write code
        - Get it reviewed
        - Merge it
In Progress: {} 
Completed: {} 
mmoghadas commented 10 years ago

you planning to use ficus?

sheax0r commented 10 years ago

I don't think Ficus is a good fit here. We can just use straight-up yaml.

mmoghadas commented 10 years ago

forwarding to drew! ;)

drewfradette commented 10 years ago

Ficus isn't a great choice for this, would be overkill.

On another note, based on the CLI you showed me earlier:

yello <boardname> <file.yml>

the board key isn't really necessary and might restrict the format a bit more than necessary?

sheax0r commented 10 years ago

Good point, removing. This simplifies the yaml format significantly, I think.