Skip to content
#

project-template

Here are 419 public repositories matching this topic...

jordwalke
jordwalke commented Aug 6, 2020

Pesy would be a great utility for detecting and reporting common issues with your project setup.
This Issue is to accumulate common issues that pesy is well positioned to detect and warn about.
We don't have enough requirements gathered to actually implement something like this feature but let's discuss the possibilities.
Basically, any time someone is confused by something with native projects

matt2000
matt2000 commented Aug 18, 2020

Steps to reproduce:

On OSX:

$ mkdir fail-copier/
$ echo '_tasks: [ "exit 1" ]' > ../fail-copier/copier.yaml
$ mkdir my-project
$ cd my-project/
$ echo "doomed" > file.txt
$ copier ../fail-copier .
> Running task 1 of 1: exit 1
Something went wrong. Removing destination folder.

Expected results

The 'my-project' directory should be unmodified and file.txt should st

Improve this page

Add a description, image, and links to the project-template topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the project-template topic, visit your repo's landing page and select "manage topics."

Learn more

You can’t perform that action at this time.