Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/teddydd/checklist
https://github.com/teddydd/checklist
Last synced: 3 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/teddydd/checklist
- Owner: TeddyDD
- Created: 2019-06-12T06:47:10.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-06-12T06:47:24.000Z (over 5 years ago)
- Last Synced: 2024-04-24T07:59:16.489Z (7 months ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Checklist
Checklists are important aid for pilots, why not use them in IT?
## Example
Checklist for updating void packages
```
- noone sent PR for this package yet
- read changelog
- update checksums
- checksums is correct `./xbps_src extract $1`
- xlint returns no error `xlint srcpkgs/$1/template`
- package is building
- commiting on correct branch `[ "$(git rev-parse --abbrev-ref HEAD)" = "$1" ]`
``````sh
ckl void lf && xbump
```