What are the best workflow wrappers for front-end development?
Considered
Recs.
Updated
Nowadays with the arrival of Node.js, front-end developers have more tools than ever at their disposal to help with their development process. One kind of these tools are workflow wrappers.
What workflow wrappers do is that they kickstart a project by installing the latest tools depending on the platform and project requirements and organizing the project’s folder using best practices. These tools are usually written in JavaScript and require Node to run.
Workflow wrappers have a scalable module architecture which means that they use third-party open source modules to scaffold projects and install dependencies. These modules are often called generators and usually can be built by anyone. Some workflow wrappers provide a special generator which is used to create a new generator depending on the project requirements.
