futurice / pepperoni-app-kit

Pepperoni - React Native App Starter Kit for Android and iOS
http://getpepperoni.com
MIT License
4.63k stars 645 forks source link

Replace plop with hygen (http://hygen.io). #229

Open jondot opened 6 years ago

jondot commented 6 years ago

This tackles a few of the issues that were pointed out with plop and adds lots of scalability for this kind of project (a modular architecture).

Generating a new module now becomes:

$ yarn hygen -- module new --name myNewModule

(see more in docs/ARCHITECTURE.md)

A bit about hygen

In terms of features, it has CLI arguments, prompts, smart code injection, and a ton of productivity helpers (dev ergonomics).