Skip to content
github-actions edited this page Nov 26, 2023 · 4 revisions

Tests

npm install
npm test

Dependencies

None

Dev Dependencies

  • @commitlint/cli: Lint your commit messages
  • @commitlint/config-conventional: Shareable commitlint config enforcing conventional commits
  • @types/is-ci: TypeScript definitions for is-ci
  • fixpack: cli tool that cleans up package.json files.
  • husky: Modern native Git hooks made easy
  • is-ci: Detect if the current environment is a CI server
  • package-json-to-readme: Generate a README.md from package.json contents
  • typedoc: Create api documentation for TypeScript projects.
  • typedoc-github-wiki-theme: An extension of the default theme from typedoc-plugin-markdown to create a compatible file structure for Github Wiki pages.
  • typedoc-just-the-docs-theme: An extension of the default theme from typedoc-plugin-markdown to create a compatible just-the-docs markdown.
  • typedoc-plugin-markdown: A plugin for TypeDoc that enables TypeScript API documentation to be generated in Markdown.
  • typedoc-plugin-rename-defaults: A TypeDoc plugin that renames the default exports to their original name
  • tsx: TypeScript Execute (tsx): Node.js enhanced with esbuild to run TypeScript & ESM files

Typescript Libraries

Modules

Namespaces

Clone this wiki locally