issues
search
FHomewood
/
dev-tools
A dot-files style repository intended to store all windows PowerShell scripts, bash scripts and dotfiles for ease of development and automation of workflow.
GNU General Public License v3.0
1
stars
0
forks
source link
Release v0.1.2 - Spurious Poet
#3
Closed
FHomewood
closed
9 months ago
FHomewood
commented
9 months ago
Release v0.1.2 - Spurious Poet
Added
DelEnv - A command to delete a temporary environment created by newenv.
DelEnv - Deletes a given environment number.
DelEnv - Smart identifies if no environment is given.
DelEnv - Starts background job to delete workspace after close.
CHANGELOG.md file to keep track of future changes.
ReadMe - Shows most recent release in title.
ReadMe - Includes the PowerShell installation command and script download button.
NewEnv - Adds template directory to directly copy across to new environment.
NewEnv - Adds experimental EnvName flag for named environments.
NewEnv files are templated with {{ VARIABLE }} notation. Where variable is one of (YEAR, FIRST_NAME, LAST_NAME, CONTACT, ENV_NAME).
NewEnv filenames are also templatable.
Changed
Configuration for environment now pulls from the environment variable assigned in dev-tools configuration.
Scripts now live in a repository subfolder called './scripts/'.
Info Flags in newenv now use separate PowerShell functions with switch cases.
NewEnv environment can now be non-empty files.
Fixed
Added extra condition so newenv doesn't break before returning to initial directory on a failed run.
Removed incorrect use of $$ causing minor bugs.
Removed placeholder descriptions for script options.
Made text colour readable on default PowerShell window colours.
Release v0.1.2 - Spurious Poet
Added
Changed
Fixed