Skip to content

Commit 70545b3

Browse files
committed
notes
1 parent d347482 commit 70545b3

File tree

2 files changed

+29
-3
lines changed

2 files changed

+29
-3
lines changed

NOTES.md

Lines changed: 25 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,26 @@
1-
# TODO
1+
```sh
2+
yarn
3+
yarn build
4+
cd packages/stats-db
5+
```
26

3-
- [ ] Query DB for the last date that a product was counted
4-
- [ ]
7+
Get the Data in the DB:
8+
9+
```sh
10+
./scripts/schema.sh
11+
yarn npm:fetch:packages
12+
yarn npm:fetch:downloads
13+
yarn gh:fetch
14+
```
15+
16+
After db is loaded, then (run in any order, they are independent)
17+
18+
```sh
19+
yarn npm:report
20+
yarn npm:badges
21+
yarn npm:readme
22+
23+
yarn gh:report
24+
yarn gh:export
25+
yarn gh:analyze
26+
```

TODO.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
# TODO
2+
3+
- [ ] Query DB for the last date that a product was counted
4+
- [ ]

0 commit comments

Comments
 (0)