Skip to content

Latest commit

 

History

History
56 lines (31 loc) · 1.25 KB

README.md

File metadata and controls

56 lines (31 loc) · 1.25 KB
Site Updated
2023-07-23

Bin tools

Some shell commands that I have made.

create-project

My power house bin script, that allows you to create a project with minimal effort.

For more info on create-project, checkout the git repo.

mage

Alias & helper for bin/magento commands

For more info on mage, checkout the git repo.

editorconfig

Create an editorconfig based on the type of project

Git

All git prefixed scripts can also run as a native git command.

So instead of git-new you can also run git new.

New git-new

Does all the steps needed to setup a new git project.

Upstream git-upsteam

Does all the steps needed to update a forked git project with the original.

This script has 2 params which both are semi required. If not filled in the script will ask for it.

To Main git-to-main

Converts a repo default branch from master to main.

Or fetches all changes from a repo that has changed from master to main.

For converting simply run this command in your repo and follow the steps.

To fetch run this command with the flag --fetch.

⚠️ make sure you can run this. Since this script will remove your master branch!