I want to propose a new dispatch init command that can help create a simple templates.
Suggested syntax
dispatch init [template] [options]
[template]
Based on experience, it's usually hard to maintain templates that are coupled to or hardly integrated into the tool code base. I'd propose to use patterns like author/repo on GH (see community template in the create vite repo in the list below).
[options]
TBD.
One of possible options could be --local-dev or something like this to create .env file for the local development.
Projects to take inspiration from:
create vite — template generator for frontend applications
yeoman — "general purpose" template generator
to bee updated
I want to propose a new
dispatch initcommand that can help create a simple templates.Suggested syntax
[template]Based on experience, it's usually hard to maintain templates that are coupled to or hardly integrated into the tool code base. I'd propose to use patterns like
author/repoon GH (see community template in thecreate viterepo in the list below).[options]TBD.
One of possible options could be
--local-devor something like this to create.envfile for the local development.Projects to take inspiration from:
create vite— template generator for frontend applicationsyeoman— "general purpose" template generatorto bee updated