https://github.com/texonom/notion-node
Non-official Notion API & Utils for custom web page and data exporting
https://github.com/texonom/notion-node
export notion notion-api notion-export notion-so react
Last synced: 8 months ago
JSON representation
Non-official Notion API & Utils for custom web page and data exporting
- Host: GitHub
- URL: https://github.com/texonom/notion-node
- Owner: texonom
- License: mit
- Created: 2023-05-01T08:44:03.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-04-04T21:36:56.000Z (9 months ago)
- Last Synced: 2025-04-07T18:48:07.487Z (8 months ago)
- Topics: export, notion, notion-api, notion-export, notion-so, react
- Language: TypeScript
- Homepage: https://www.npmjs.com/search?q=texonom
- Size: 4.01 MB
- Stars: 5
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: license
- Codeowners: .github/CODEOWNERS
Awesome Lists containing this project
README
# Texonom Notion

This repository is fork of [React Notion X](https://github.com/NotionX/react-notion-x).
Refactored with [Turboplate](https://github.com/seonglae/turboplate). Search API, Backlinks and Property rendering are maintained in this project.

# Modules
- `@texonom/ntypes`
- `@texonom/nclient`
- `@texonom/ncompat`
- `@texonom/nutils`
- `@ntexonom/nreact`
# Development
```zsh
pnpm i
pnpm build # TSUp
pnpm test # Vitest
```
# Deployment
Version update in `package.json` is automated by `standard-version`
## Release
```zsh
# check terminal pwd project root
pnpm build && pnpm test
VERSION=
pnpm release $VERSION # Apply workspace
pnpm turbo release -- $VERSION
pnpm format
git commit -am "meta: deployment commit for $VERSION"
git tag $VERSION
pnpm turbo pu
git push && git push --tags
```
## Prerelease
```zsh
pnpm build && pnpm test
VERSION=alpha or beta or rc
pnpm prerelease $VERSION # Apply workspace
pnpm turbo prerelease -- $VERSION
git commit -am "meta: deployment commit for $VERSION"
pnpm turbo pu
```
# Built with
[Turboplate](https://github.com/seonglae/turboplate) stacks
- `Turborepo` monorepo
- `TSup` build
- `Vitest` test
- `ESLint` lint
- `Prettier` format
- `Husky` git hook
- `Standard Version` release