After installing the package globally, it is not easy to get the paths of the files (it's undocumented in the Readme). To the average user it is probably non-trivial to how to do get the full path to the yaml files installed in the directory where emojipacks is.
We should probably check file path passed to see if it's in packs folder.
For example:
Path or URL of Emoji yaml file: animals.yaml
Does the path to the yaml file look right? :)
It should allow animals.yaml, and just animals itself.
After installing the package globally, it is not easy to get the paths of the files (it's undocumented in the Readme). To the average user it is probably non-trivial to how to do get the full path to the yaml files installed in the directory where
emojipacksis.We should probably check file path passed to see if it's in
packsfolder.For example:
It should allow
animals.yaml, and justanimalsitself.