apify / actor-templates

This project is the :house: home of Apify actor template projects to help users quickly get started.
https://apify.com/
25 stars 15 forks source link

feat: add crawlee ts templates #92

Closed B4nan closed 2 years ago

B4nan commented 2 years ago

Adds 3 new TS templates for crawlee.

B4nan commented 2 years ago

FYI the plan is to merge few more things to apify-ts during this week (mainly backports of fixes from v2 + ctx.sendRequest() helper) and change the versions to beta (keeping next dist tag for v3). In the meantime I will prepare the other two templates for browsers and on monday we should be ready for internal testing. Given the E2E tests we have right now I don't expect much friction, it should mainly help us to better understand the migration process.

Btw do I get it right that we will need to publish new CLI version for the templates to show up?

mnmkng commented 2 years ago

AFAIK we don't need a new CLI version. It should automatically load from the manifest file that's on the templates GitHub.