The world's most popular database (on pretty much every phone and computer in one form or another).
We can split this into multiple tasks, which can be done by different people:
Create releases.js. This appears to be the releases "API": https://sqlite.org/download.html Is there something better? To accomplish this you'll need to know basic JavaScript and RegExp (for scraping the HTML).
Create the install.sh (follow instructions below)
Create the install.ps1 (follow instructions below)
Create Cheat Sheet.
Parts 2 and 3 could be as simple as copying `_example and doing a find and replace on a few file system path names.
How to create a webi installer
Skills required
Basic Command Line knowledge (mkdir, mv, ls, tar, unzip, variables)
Add SQLite
The world's most popular database (on pretty much every phone and computer in one form or another).
We can split this into multiple tasks, which can be done by different people:
releases.js
. This appears to be the releases "API": https://sqlite.org/download.html Is there something better? To accomplish this you'll need to know basic JavaScript and RegExp (for scraping the HTML).Parts 2 and 3 could be as simple as copying `_example and doing a find and replace on a few file system path names.
How to create a webi installer
Skills required
mkdir
,mv
,ls
,tar
,unzip
, variables)Steps
CHANGE-ME/release.js
to use the official repoCHANGE-ME
unpacks (i.e. as a single file? as a .tar.gz? as a .tar.gz with a folder named CHANGE-ME?)CHANGE-ME/install.sh
(seebat
andjq
as examples)CHANGE-ME/install.ps1
(seebat
andjq
as examples)CHANGE-ME/README.md
It's also okay to have multiple people work on part of this (i.e. the Cheat Sheet can be done independently from the
install.sh
)