Skip to content
This repository has been archived by the owner on Jul 3, 2023. It is now read-only.

okitan/notion-manager

Repository files navigation

@okitan/notion-manager

yargs commands to sync google sheets to notion.

Usage

// without configuration
yargs.command(require("@okitan/notion-manager/lib/command/db"));

// with configuration
import { dbCommandModule } from "@okitan/notion-manager";

yargs.command(dbCommandModule({ desfinitionsDir: "./definitions" }));