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

Add speakers input to CLI #60

Open
BenDMyers opened this issue Jan 26, 2021 · 0 comments
Open

Add speakers input to CLI #60

BenDMyers opened this issue Jan 26, 2021 · 0 comments
Assignees
Labels
cli Bugs/features for the event creation command line tool enhancement New feature or request

Comments

@BenDMyers
Copy link
Member

Sometimes events (especially talks!) will have a speakers field in their frontmatter, which is an array of speaker names. However, the command line tool (npm run gen or yarn gen) doesn't provide any means of supplying speakers for a given event. There's also not a great discovery mechanism to help people find out that you can supply speakers.

The CLI should provide a means of optionally supplying a list of speakers for a new event.

  • If the CLI user chooses not to supply speakers, the generated event should not have a speakers property in its frontmatter.
  • If the CLI user supplies speakers, they should be able to supply one to many speakers.
  • The speakers field should be formatted as YAML's bulleted list — in other words, like:
speakers:
  - Grace Hopper
  - Ada Lovelace
@BenDMyers BenDMyers added enhancement New feature or request cli Bugs/features for the event creation command line tool labels Jan 26, 2021
@msutkowski msutkowski self-assigned this Jan 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
cli Bugs/features for the event creation command line tool enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants