EMRL / stir

Designed to speed up, integrate, and automate maintaining and updating of Wordpress websites.
5 stars 1 forks source link

The Basics section (.stir.sh) #162

Closed halinkodev closed 3 years ago

halinkodev commented 4 years ago

Make a "The Basics" section in .stir.sh for people who just wanna bare bones configuration

fdiebel commented 4 years ago

Working on adding self-configuration on project start up. Should be able to get the min. info into .stir.sh automatically; min. info will be

  1. Project name (maybe use current directory name for this)
  2. Repo host URL
  3. Repo name
  4. "Master" branch (will prolly just use current branch)

User will be prompted to confirm or override these 4 values, should be enough to get things rolling

I think this approach will work better than messing w/ the config file structure

fdiebel commented 3 years ago

Considering this closed and dealt with, bare bones per-project config will be handled via another issue