We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d347482 commit 70545b3Copy full SHA for 70545b3
NOTES.md
@@ -1,4 +1,26 @@
1
-# TODO
+```sh
2
+yarn
3
+yarn build
4
+cd packages/stats-db
5
+```
6
-- [ ] Query DB for the last date that a product was counted
-- [ ]
7
+Get the Data in the DB:
8
+
9
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
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
@@ -0,0 +1,4 @@
+# TODO
+- [ ] Query DB for the last date that a product was counted
+- [ ]
0 commit comments