alleyinteractive / alley-scripts

A collection of scripts and utilities for Alley projects.
https://alley-scripts.alley.dev/
6 stars 1 forks source link

Scaffolder: Source generators from installed NPM packages #551

Closed srtfisher closed 8 months ago

srtfisher commented 9 months ago

Description

I would like to be able to manage and control my generators used in the scaffolder via NPM dependencies. The default configuration would become empty and the scaffolder would depend on other generator packages to provide the templates included by default.

Use Case

When a user uses the scaffolder they will automatically install dependent packages that define features that can be generated by the scaffolder. The scaffolder itself is pure and doesn't contain any custom generators by default.