file-headers

3.1.12 • Public • Published

File Headers

Command line utility for add header to files from specify directory

Project is deprecated use https://www.npmjs.com/package/fhead instead

Instalation

npm i -g fhead

Configuration

  • Add to your package.json file the fhead object:
"fhead": {
    "comment": "/** Do not use this config in production! */",
    "root": "src",
    "repository": "https://github.com/kolserdav/fhead.git",
    "patterns": [
      ".js",
      ".ts"
    ],
    "exclude": [],
    "name": "Sergey Kolmiller",
    "email": "serega12101983@gmail.com",
    "license": "MIT",
    "licenseText": "Text",
    "copyright": "kolserdav, All rights reserved (c)",
    "renewAll": true
  }

Do not use this config in production!

Run

Go to project:

cd projectname

Start writing:

fhead

Result

/******************************************************************************************
 * Repository: https://github.com/kolserdav/file-headers.git
 * Author: Sergey Kolmiller
 * Email: <serega12101983@gmail.com>
 * License: MIT
 * License Text: Text
 * Copyright: kolserdav, All rights reserved (c)
 * Create date: Wed Oct 13 2021 08:48:52 GMT+0700 (Krasnoyarsk Standard Time)
 ******************************************************************************************/

Readme

Keywords

none

Package Sidebar

Install

npm i file-headers

Weekly Downloads

1

Version

3.1.12

License

MIT

Unpacked Size

16.9 kB

Total Files

5

Last publish

Collaborators

  • kolserdav