Skip to content

`scripts` is a collection of scripts that I use to automate my development workflow.

License

Notifications You must be signed in to change notification settings

harmonify/scripts

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

26 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Introduction

scripts is a collection of scripts that I use to automate my development workflow.

Installation

  • 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

Add a new PATH variable

Some links to community answers on how to add a new PATH variable to your local machine:

Unix further configuration

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.

Usage

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.

Contributing

You can contribute to this project by making a pull request or opening an issue.

Author

License

This project is licensed under the MIT license. See the LICENSE file for more information.

About

`scripts` is a collection of scripts that I use to automate my development workflow.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages