@michaelperju/gen
v1.0.0
Published
Command-line utility to generate repeated code
Downloads
1
Readme
gen
Command-line utility to generate repeated code, submodules, reusable components
Backend
- Generate collection
gen collection --name notifications --no-schema
- Generate routes
gen route --collection notifications --name /single --no-security
- Generate React Redux frontend pack
gen react --name notifications --no-initial-state --no-actions --no-container