An unofficial TypeScript wrapper for the Notion API
git clone [email protected]:notion-hacks/notion-typescript-api.git
npm install
TODO: Usage
All source code is written in TypeScript.
Jest is used. TODO: Coverage
Prettier and ESLint have been configured, and can be run with:
npm run lint
- outputs the linting errors (is run inpretest
)npm run format
- automatically fixes the linting errors where possible
Commitizen is used to ensure standardized commit messages. Use npm run commit
, rather than the traditional git commit
.
TODO: Semantic release
TODO: GitHub Actions
TODO: Deployment