26 releases (5 breaking)

0.6.2 Mar 15, 2024
0.6.0 Mar 15, 2024
0.5.10 Mar 15, 2024
0.4.40 Mar 13, 2024
0.1.2 Oct 3, 2023

#243 in Command line utilities

Download history 8/week @ 2024-02-18 3/week @ 2024-02-25 1356/week @ 2024-03-10 135/week @ 2024-03-17 2/week @ 2024-03-24 36/week @ 2024-03-31

1,529 downloads per month

MPL-2.0 license

29KB
82 lines

add-header

License Crates.io Minimum Supported Rust Version CI

A cli to add headers to files.

Install and Usage

You can install add-header with: cargo install add-header. Run it in your project directory with: add-header.

A cli to add headers to files

Usage: add-header [OPTIONS]

Options:
      --header <HEADER>                path to the header file [default: ./NOTICE]
      --dir <DIR>                      directory to apply the header [default: .]
  -e, --extensions <EXTENSIONS>        select files by extension, e.g. rs,js,kt [default: rs]
  -c, --comment-style <COMMENT_STYLE>  comment style [default: //]
  -r, --remove                         remove header, run first if you need to update your header
  -h, --help                           Print help
  -V, --version                        Print version

Purpose

Makes the process of adding header notices to files easier.

Like those requested by licenses such as MPL2.0:

This Source Code Form is subject to the terms of the Mozilla Public
License, v. 2.0. If a copy of the MPL was not distributed with this
file, You can obtain one at https://mozilla.org/MPL/2.0/.

Dependencies

~4.5–6.5MB
~116K SLoC