Socket
Socket
Sign inDemoInstall

copyright-header

Package Overview
Dependencies
1
Maintainers
1
Versions
13
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    copyright-header

Add and update copyright headers automatically


Version published
Weekly downloads
552
decreased by-25.61%
Maintainers
1
Install size
97.3 kB
Created
Weekly downloads
 

Changelog

Source

0.2.0 (2018-08-04)

Features

  • Validate copyright-headers by default, fix only if --fix option is specified (4c7c3c8)

<a name="0.1.0"></a>

Readme

Source

npm Build Status Maintainability Test Coverage codecov dependencies Status

Add and update copyright headers automatically

Installation

NPM

Global:

npm i -g copyright-header

As local devDependency:

npm i -D copyright-header

Usage Examples (assuming global installation)

Validation:

copyright-header --copyrightHolder "Darth Fader" --include "src" --exclude "src/cli.ts"

Fixing:

copyright-header --fix --copyrightHolder "Darth Fader" --include "src" --exclude "src/cli.ts"

License

MIT

Copyright (c) 2018 Marco Stahl

FAQs

Last updated on 04 Aug 2018

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc