UNPKG

create-notion-app

Version:

Create nbundle-powered Notion apps with one command

42 lines (26 loc) 1.4 kB
> This project is in early access and requires an invite code to use. > > [Sign up for early access](https://phuctm97.gumroad.com/l/nbundle-waitlist). --- **⚠️ All `1.0.x` releases are `alpha` releases, are not stable, and may have breaking changes.** --- # Create Notion App &middot; [![npm Version](https://img.shields.io/npm/v/create-notion-app?logo=npm)](https://www.npmjs.com/package/create-notion-app) [![CI](https://github.com/nbundle/create-notion-app/actions/workflows/ci.yml/badge.svg)](https://github.com/nbundle/create-notion-app/actions/workflows/ci.yml) Create [nbundle-powered][nbundle] [Notion] apps with one command: ```shell yarn create notion-app ``` Or for a TypeScript project: ```shell yarn create notion-app --ts ``` ## Options `create-notion-app` comes with the following options: | Option | Description | | -------------------------- | ------------------------------------------------------------------------- | | **-t, --ts, --typescript** | Initialize as a TypeScript project | | **-d, --devtool** | Use default devtools (prettier, husky, lint-staged, commitlint, & cspell) | ## Contributing See [CONTRIBUTING.md](CONTRIBUTING.md). <!-- Links --> [nbundle]: https://developers.nbundle.com [notion]: https://www.notion.so