@okitan/notion-manager
v1.0.2
Published
yargs commands to sync google sheets to notion.
Downloads
1
Readme
@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" }));