cloudfour / eleventy-patterns

(WIP) A boilerplate template used to quickly generate pattern libraries and prototyping environments
https://eleventy-patterns.netlify.com/
MIT License
4 stars 0 forks source link

Unify and Simplify "new" scaffolding tasks #42

Closed Paul-Hebert closed 4 years ago

Paul-Hebert commented 4 years ago

Recently in #3 @tylersticka mentioned it would be nice to simplify the syntax of our new tasks:

This may not be possible/feasible, but in a perfect world...

  • npm run new: Asks what new thing you want to make.
  • npm run new pattern
  • npm run new prototype

This PR achieves this by doing the following:


Fixes #3