scripts
is a collection of scripts that I use to automate my development workflow.
-
Clone this repository to your local machine
git clone https://github.com/harmonify/scripts
-
Install Python 3 (tested on Python 3.9+) here
-
Add Python to your PATH
-
Add the cloned repository to your PATH, for convenience
Some links to community answers on how to add a new PATH variable to your local machine:
You may want to install the python-is-python3
package with the package manager of your choice to improve the compatibility of the Python scripts execution.
An example of using ginit
, a script that initializes a new Git repository and adds common metadata files to it:
# without adding the `scripts/` folder to your PATH
python ginit
# with adding the `scripts/` folder to your PATH
ginit
Refer to each script, <script> --help
, for more information.
You can contribute to this project by making a pull request or opening an issue.
This project is licensed under the MIT license. See the LICENSE file for more information.