@project-ajax/create
v0.0.38
Published
Initialize a new Notion Workers extensions repo.
Readme
@project-ajax/create
A CLI for creating new Notion Workers projects.
Usage
Interactive Mode
npm init @project-ajaxNon-Interactive Mode
For CI environments or scripted usage:
npm init @project-ajax -- --directory my-worker --project my-workerOptions
--directory,-d- Path to the new worker project (default:.)--project,-p- Project name (default:my-worker)
Scheduling
Sync workers default to running every 30 minutes. To change the cadence, set schedule in src/index.ts to an interval like 15m, 1h, or 1d (min 1m, max 7d), or continuous to run as fast as possible.
