You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As the author of ffizer (a tool to create project from template), I would like to propose a collaboration.
ffizer can be used as cli or as lib (not documented), so it could be integrated into an amethyst-branded cli.
ffizer can define template as composition of templates, so it ease reuse and share of template to create new one.
it is a general purpose "folder content generator", but it's main usage is for project template (I use to bootstrap python project for data-science, rust crates (cli, lib))
One of the main planned feature is to be able to update project (show diff, replace file,...). I'm open to any request, improvement to match your use cases.
The text was updated successfully, but these errors were encountered:
dwayne20/07/2019
the ffizer crate is a lib (src/lib.rs) that generate a bin (from src/main.rs). I'll take a look a sheep.
happens20/07/2019
Ah that's already very close to what we need then, just a different file/folder setup. I'll have a look at how your CLI uses your lib internally later. Thanks for bringing this up!
Hi,
As the author of ffizer (a tool to create project from template), I would like to propose a collaboration.
One of the main planned feature is to be able to update project (show diff, replace file,...). I'm open to any request, improvement to match your use cases.
The text was updated successfully, but these errors were encountered: