New feature: CLI options for changing the template & output directories
See original GitHub issueI think it would be awesome if the CLI would offer additional options for changing the directories that split-guide uses (templates
, exercises
and exercises-final
). In my case for example, I want the directory in which the workshop attendees put their code to be src
. I could create a symlink for this or something like that, but that’s not a very clean solution in my opinion.
I would very much like to submit a PR for this within the next few days. Just wanted to ask if this is a feature that you want in your tool before writing the code.
Issue Analytics
- State:
- Created 7 years ago
- Comments:6 (6 by maintainers)
Top Results From Across the Web
dotnet new <TEMPLATE> - .NET CLI - Microsoft Learn
The command calls the template engine to create the artifacts on disk based on the specified template and options. Note. Starting with the...
Read more >Customization - OpenAPI Generator
Your api.mustache will be used if it exists in your custom template directory. For generators with library options, such as jvm-okhttp3 in the...
Read more >Configuring a template - copier - Read the Docs
The copier.yml file supports multiple documents. When found, they are merged (not deeply merged; just merged) and the latest one defined has priority....
Read more >Usage - gomplate documentation
For processing multiple templates in a directory you can use --input-dir and --output-dir together. In this case all files in input directory will...
Read more >package — AWS CLI 1.27.41 Command Reference
To specify a local artifact in your template, specify a path to a local file or folder, as either an absolute or relative...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Looks pretty similar to what I have. I’m almost finished 😃
Sorry, wasn’t able to fix the tests so far. Hoping that it will maybe help you, here’s how I implemented the CLI options: https://github.com/janis-kra/split-guide/commit/eeedae8817f6c3261d00c2746222e1ffade86576