- The
scripts
directory is now included with an install, and the premade scripts can be copied to your localscripts
folder usingdvnv --install_scripts
.
- Directories are no longer run as scripts
gitignore
now runs
-
create_readme.py
added to scripts/all for README creation upon initialization of a new directory -
rich
is added as a dependency for nicer terminal printing -
dvnv
now includes a "quiet" option, where non-fatal messages will be suppressed. Try it withdvnv -q [<args>]
!
- Warning headers are now printed in orange
As of v0.4.0, devenv
is renamed to dvnv'.
dvnv` is quicker to type and wasn't
reserved on PyPi.
-
dvnv
now includes an option to list available language folders; try it withdvnv -l|--list
-
dvnv
ships with a vim directory -
PyPi installation is added!
pip install dvnv
- Code in dvnv.dvnv is restructured to allow for better coverage, ensuring less breakages in the future
-
--install_scripts
now removes an existing scripts folder before copying. This fixes a bug where old scripts would be preserved, even if they were broken. -
Remove a leading space before printing available languages through the
-l|--list
option. -
gitignore.py
now places the correct gitignore in the project directory. -
Tests written for a
run_scripts()
failure inmain()
-
Finished typehinting
dvnv.dvnv.py