📒
nx-ng-starter
  • Contributor Covenant Code of Conduct
  • Contributing to this repository
  • Nx Ng Starter
  • Security
  • Support
  • Tools
    • diagrams
      • branching
      • pr-validation-pipeline
      • trunk-on-push-pipeline
    • tools/shell
    • tools/ts
      • Unit Coverage Stats
    • generators
      • client-feature
        • <%= name %>
      • client-store
        • <%= name %>
      • client-ui
        • <%= name %>
      • client-util
        • <%= name %>
  • .github
    • ISSUE_TEMPLATE
      • bug_report
    • ISSUE_TEMPLATE
      • feature_request
    • ISSUE_TEMPLATE
      • maintenance
  • Libraries
    • backend-auth
    • backend-diagnostics
    • backend-gql
    • backend-grpc
    • backend-interfaces
    • backend-logger
    • backend-websocket
    • client-chatbot
    • client-core-components
    • client-core
    • Angular D3 Chart Components Module
    • client-diagnostics
    • client-directives
    • client-gql
    • client-grpc
    • client-material
    • client-pwa-offline
    • client-services
    • client-sidebar
    • client-store-chatbot
    • client-store-http-api
    • client-store-http-progress
    • client-store-sidebar
    • client-store-theme
    • client-store-user
    • client-store-websocket
    • client-store
    • client-translate
    • client-unit-testing
    • Angular Eliza Chatbot Module
    • client-util-sentry
    • client-util
    • proto
Powered by GitBook
On this page
  • Usage
  • Help (package commands)
  • Coverage stats
  • Update

Was this helpful?

  1. Tools

tools/ts

Tools that should be used with ts-node.

  • colors.ts - coloring utility;

  • coverage-stats.ts - generates coverage stats from jest json reports, and outputs as UNIT_COVERAGE.md file;

  • package-commands.ts - outputs (optionally filters) commands defined in the package.json;

  • update.ts - partially automates dependencies update process, uses ncu, and nx migrate;

Usage

All commands should be used via angular cli.

Help (package commands)

ng run tools:help

Coverage stats

ng run tools:coverage-stats

Update

ng run tools:update
Previoustools/shellNextUnit Coverage Stats

Last updated 2 years ago

Was this helpful?