phase2 / particle

A starter kit for using the prototyping tool, Pattern Lab, in tandem with a Drupal theme. Utilizes Webpack for all asset management.
https://phase2.gitbook.io/frontend/
GNU General Public License v2.0
317 stars 118 forks source link

Generic prompt creation: #851

Open FrederickEngelhardt opened 4 years ago

FrederickEngelhardt commented 4 years ago

Using the npm library inquirer we should generate all answered questions into a single json file.

Notes: Prompts should be broken up using a checkbox with a validator based on the types of the options that are allowed to be selected with each other.

Questions:

  1. What design system are you using

    • Storybook
    • pattern lab
    • hybrid options (hopefully not)
  2. What CSS library (or extension) are you using

  1. Static typing libraries
  1. Are you using a frontend framework
  1. Testing

SVGs:

  1. Linting (preconfigured)(custom solutions are discouraged)

Shortcuts (default, or custom)

FrederickEngelhardt commented 4 years ago

Working on this ticket today - tomorrow. Will have a POC by tomorrow so we can start generating files from the JSON structure that is outputted.