Skip to content

Latest commit

 

History

History
25 lines (22 loc) · 878 Bytes

README.md

File metadata and controls

25 lines (22 loc) · 878 Bytes

CodeSparta Devkit

Developer & Troubleshooting Tools

Requires:

  1. Podman
  2. ~/.gitconfig
  3. 'SSH-to-localhost' Configured

Clone Devkit Repo

git clone https://github.com/CodeSparta/devkit.git -b master ~/Sparta/devkit && cd ~/Sparta/devkit

Clone CodeSparta Codebase

  • Declare github username
  • Declare github auth token
  • Declare branch to clone from
  • Declare name of feature branch to branch/checkout
./code.yml -e uname=usrbinkat -e token=xxxx -e clone=master -e checkout=master -e branch=feature_uname_purpose

Cut New CodeSparta Release Tag

 ./tag.yml -e tag='master'