JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 6
  • Score
    100M100P100Q33592F
  • License AGPL-3.0

Create nbundle-powered Notion apps with one command

Package Exports

  • create-notion-app
  • create-notion-app/out/main.js

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (create-notion-app) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

Create Notion App · CI

Create nbundle-powered Notion apps with one command:

yarn
yarn create notion-app
npm
npx create-notion-app
pnpm
pnpm create notion-app

Or for a TypeScript project:

yarn
yarn create notion-app --ts
npm
npx create-notion-app --ts
pnpm
pnpm create notion-app --ts

Options

create-notion-app comes with the following options:

Option Description
-t, --ts, --typescript Initialize as a TypeScript project

Contributing

See CONTRIBUTING.md.