Right now this package is not yet registered. If you want to try it, use
]add https://github.com/SebastianM-C/Cite.jl
To get all the dependencies in the current environment, use
using Cite
# Be sure to be in the appropriate environment
get_tool_citation()which will print a sentence with the citations for all the packages used in the current
environment and will automatically copy it to the clipboard.
It will also create a julia_citations.bib file with all the citations collected form
the CITATION.bib files corresponding to the dependecies of the current active environment.