Releases: Lioncat2002/Ferry
Releases · Lioncat2002/Ferry
Linux support and more!
This new release contains linux support, doc generation(by providing the path of the file) and .md support for python docstrings using comrak
Run command and better cli
you can use ferry run
to execute your python project
and the custom cli has been replaced with clap based cli thanks to the PR #2 of Marcin Puc
Ferry-0.0.1
Update README.md
Ferry-0.0.0-prealpha: Merge pull request #1 from Lioncat2002/add-license-1
- Ability to fetch packages from PyPI
- Ability to create a new project complete with a virtual environment(WIP)