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

[new project] Composable generator to generate project styling #6

Open
SBoudrias opened this issue Aug 22, 2014 · 0 comments
Open

[new project] Composable generator to generate project styling #6

SBoudrias opened this issue Aug 22, 2014 · 0 comments
Labels

Comments

@SBoudrias
Copy link
Member

What?

Almost all of our main generators create styling configuration for the user. By styling configuration, I mean CSS files (with or without preprocessor), frameworks and build system.

Now that we added composability feature, it is time to create a single generator that anyone can reuse when creating a web application generator.

Features

Pick any features you want and have time working on. Really go as you feel and we can assure you the community will be supportive and help define future features based on its needs.

  • Preprocessor support (SCSS, LESS, Stylus, etc?)
  • Framework support (fetch and setup frameworks like Bootstrap, Inuit.css)
  • CSS linting
  • Build system (compile preprocessor, minify file, etc for each flavor)
  • Provide ways to define the folder where to write files

This generator should be very focused and not generate any unnecessary files (e.g. no .editorconfig, etc)

Prior art

You can check any official generators (like generator-webapp) for inspiration on the current config for styling.

Make sure you've read the composability documentation.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant