Skip to content

Commit

Permalink
docs: mark template creation and initial release as done
Browse files Browse the repository at this point in the history
- Mark repository creation as complete
- Mark file copying as complete
- Mark v0.1.0 tag as complete
  • Loading branch information
serra committed Nov 15, 2024
1 parent 0ff9ef3 commit b1c48e9
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions work/backlog.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,24 +8,24 @@ We will create a cookiecutter template based on this project,
so that developers can get started quickly with
building an application that targets the Serra Vine platform.

- [ ] Create cookiecutter template based on this project
- [ ] Create template content
- [ ] Publish the template
- [ ] Create new GitHub repository 'cookiecutter-vine-app'
- [ ] Copy files to new repository:
- [ ] template/ directory
- [ ] scripts/ directory
- [ ] work/ directory
- [ ] Move template/README.md to root README.md
- [ ] Update installation instructions:
- [x] Create cookiecutter template based on this project
- [x] Create template content
- [x] Publish the template
- [x] Create new GitHub repository 'cookiecutter-vine-app'
- [x] Copy files to new repository:
- [x] template/ directory
- [x] scripts/ directory
- [x] work/ directory
- [x] Move template/README.md to root README.md
- [x] Update installation instructions:
```
# Install
cookiecutter gh:serraict/cookiecutter-vine-app
# Or for a specific version
cookiecutter gh:serraict/cookiecutter-vine-app --checkout v1.0.0
```
- [ ] Tag initial release v0.1.0
- [x] Tag initial release v0.1.0
- [ ] Add core components incrementally
- [ ] Add Fibery module
- [ ] Create fibery package structure
Expand Down

0 comments on commit b1c48e9

Please sign in to comment.