
Yoga
yoga is a prompt-driven scaffolding system (boilerplate/starter-code generation). Its aim is to make it easier to create and maintain personal boilerplates that evolve over time.
What makes yoga different?
- 100% driven by command-line prompts (via Inquirer).
- The logic of copying files is in the filenames themselves, e.g. {isGulp}gulpfile.js or {useSass}main.scss.
- Files are templated using ejs, extended with additional whitespace-friendly syntax for better readability (via striate).