DEV Community

Discussion on: What are some tasks that programmers should do to save time?

Collapse
 
matthewbdaly profile image
Matthew Daly

You might find Yeoman worth a look. It's a similar idea, but you can write your own generators for it, and it gives you a nice API for asking questions so you can do things conditionally or pass in data.

Collapse
 
ceceliacreates profile image
Cecelia Martinez

This is cool! Definitely much more scalable once I get into building bigger applications!