Socket
Socket
Sign inDemoInstall

@gkalpak/ng-maintain

Package Overview
Dependencies
10
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    @gkalpak/ng-maintain

A collection of command-line utilities to help maintain (AngularJS-related) GitHub repositories.


Version published
Weekly downloads
0
decreased by-100%
Maintainers
1
Install size
246 kB
Created
Weekly downloads
 

Readme

Source

ng-maintain Build Status

Description

A collection of command-line utilities to help maintain (AngularJS-related) GitHub repositories.

Usage

The following command-line tools are included:

  • ngm-cla-check: ng-cla-check's ng-cla-check.
  • ngm-diff-wh: A git diff alternative based on ng-maintain-utils' GitUtils.diffWithHighlight(). See ng-maintain-utils for more info.
  • ngm-diff-wh2: A git diff alternative based on ng-maintain-utils' GitUtils.diffWithHighlight2(). See ng-maintain-utils for more info.
  • ngm-pr-merge: ng-pr-merge's ng-pr-merge.

Testing

The following test-types/modes are available:

  • Code-linting: npm run lint Lint JavaScript files using ESLint.

  • Unit tests: npm run test-unit Run all the unit tests once. These tests are quick and suitable to be run on every change.

  • E2E tests: npm run test-e2e Run all the end-to-end tests once. These test may hit actual API endpoints or perform expensive I/O operations and are considerably slower than unit tests.

  • All tests: npm test / npm run test Run all of the above tests (code-linting, unit tests, e2e tests). This command is automatically run before npm version and npm publish.

  • "Watch" mode: npm run test-watch Watch all files and rerun the unit tests whenever something changes. For performance reasons, code-linting and e2e tests are omitted.

Keywords

FAQs

Last updated on 22 Jul 2021

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc