dashkite / tempo

Polyrepo project and package management
Other
1 stars 0 forks source link

Support Project Templates #23

Open dyoder opened 1 year ago

dyoder commented 1 year ago

We want an initialize command (short form init) that we can use to initialize projects in a metarepo. Ex:

tempo init foobar browser

where foobar is the project and browser is the template.

I'm currently using mknew for this. We could simply wrap this in a Tempo command as a starting point. One of the cool features of mknew is that it includes an interviewer-style interface to gather missing template data.

dyoder commented 9 months ago

The mknew module seems to have been retired. We have a temporary copy at dashkite/mknew, but we need a longer-term solution.