-
-
Notifications
You must be signed in to change notification settings - Fork 267
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add function Pkg.copy_examples("package_name") #3093
Comments
I have never felt a need for something like this -- why should this be part of the package manager? |
@fredrikekre I guess you are a pretty advanced developer. If I teach Julia to bachelor students they want to try out packages.... And it would be easier if:
Why is life so difficult for Julia users who are beginners? |
I don't see how just copying files makes anything easier. What is the context of these files? IMO you should put stuff like this in context in the documentation, and people can download there and save in whatever folder they want. |
How is it done in other languages e.g. Python? Does |
Feature request
After creating a user project you often want to run some of the examples that are often provided with packages.
There should be a default location for examples, e.g. a folder
examples
in the package directory.With
a folder
examples
should be created and the examples from https://github.com/aenarete/KiteViewers.jl/tree/main/examples shouldbe copied into this folder. In addition the permissions of the files should be changed to allow editing of the examples.
This feature would:
At discourse I here a lot of questions from new users these days that ask how to install and run examples. Many then use git to check out the package source code which results in further confusion.
The text was updated successfully, but these errors were encountered: