bramus / caniuse-cli

Command line tool for “Can I Use …” and MDN Browser Compat Data
MIT License
140 stars 2 forks source link

Auto-update databases on a schedule #4

Open bramus opened 1 week ago

bramus commented 1 week ago

Use GitHub actions for this – https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule

bramus commented 1 week ago

Alternative: have the tool, when locally installed, try and update the databases all by itself. That way a new version doesn’t need to be released.

bramus commented 6 days ago

I quickly knocked something up in #11 to tackle this.

Open questions regarding the implementation:

Open questions regarding when to trigger this:

/cc @tunetheweb

bramus commented 5 days ago

Some more things I found: