fedify
fedify copied to clipboard
[Proposal] `npx create-fedify-app`
Summary
Implement npx create-fedify-app.
Problem
- Install
@fedify/cliglobally. - Execute
fedify init. - Install
@fedify/fedify. - etc...
Proposed Solution
Alternatives Considered
No response
Scope / Dependencies
No response
Would npx @fedify/cli init work for you?
I think he meant for providing option --template for init command.
This might be relevant to #99. By this option, we could build boilerplate with more complicated setup from the examples.