Skip to content

Commit

Permalink
update readme for standard procedure (#24)
Browse files Browse the repository at this point in the history
  • Loading branch information
evanharmon1 authored Dec 22, 2024
1 parent b055a7a commit 50c9fdd
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,13 @@ Create a new project with: `copier copy harmon-stack new-project --trust`
The command will ask you a series of questions to create a new project.
Before using for the first time you will probaby want to customize the copier.yml file. Most importantly, the variables that aren't presented to you when you create a project (i.e, the varables that are set to `when: false`).

### Normal Procedure For New Projects
- Choose to create a new remote GitHub repository, initialize it, create a new release, but choose to do so from the local branch at the current path.
### Standard Procedure For New Projects
1. From your git directory: `copier copy harmon-stack new-project --trust`, replacing `new-project` with the name of your new project.
2. Initialize git repo?: Yes
3. Create new repo on GitHub?: Yes
4. Create initial release on GitHub?: Yes
After initial questions, GitHub will ask questions about creating the repo on GitHub.
1. Choose "Push an existing localy repository to GitHub" and choose the current path (.)

## Setup & Installation

Expand Down

0 comments on commit 50c9fdd

Please sign in to comment.