wingsuit-designsystem / wingsuit

Twig for Storybook
GNU General Public License v2.0
93 stars 16 forks source link

Make the use of starter kits optional when creating a new project #128

Closed englishmatt closed 2 years ago

englishmatt commented 3 years ago

Is your feature request related to a problem? Please describe. Use Wingsuit without a CSS starter kit.

Describe the solution you'd like Pass in a null selection during npx @wingsuit-designsystem/cli init to specify no starter kit.

Describe alternatives you've considered I am not familiar with Wingsuit; I guess one solution is to remove the starter kit manually after the project has been created.

christianwiedemann commented 3 years ago

Hi Matt, so you mean an empty project with a hello world template. It is propably a good idea. Will think about it.

For now it is very easy to remove existing templates. Simple delete it.

englishmatt commented 3 years ago

Pretty much this. I don't use tailwind or bootstrap, but really like the extra tooling wingsuit provides for generating components and managing aliases etc. A hello world with no opinions on CSS specifically would be great. Keep up the good work!

christianwiedemann commented 3 years ago

If you like you can provide a vanila starterkit pr.

christianwiedemann commented 2 years ago

I added a vanilla starter kit