question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

New feature: CLI options for changing the template & output directories

See original GitHub issue

I 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:closed
  • Created 7 years ago
  • Comments:6 (6 by maintainers)

github_iconTop GitHub Comments

1reaction
kentcdoddscommented, Sep 21, 2016

Looks pretty similar to what I have. I’m almost finished 😃

0reactions
janis-kracommented, Sep 21, 2016

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

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found