3.3.2 • Published 7 months ago
fhead v3.3.2
File Headers
Command line utility for add header to files from specify directory
Instalation
npm i -g fhead
Configuration
- Add to your
package.json
file thefhead
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/fhead.git
* File name: index.ts
* 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)
******************************************************************************************/
3.3.1
7 months ago
3.3.2
7 months ago
3.3.0
10 months ago
3.2.8
3 years ago
3.2.2
4 years ago
3.2.0
4 years ago
3.2.6
4 years ago
3.2.5
4 years ago
3.2.4
4 years ago
3.2.3
4 years ago
3.2.7
4 years ago
3.1.12
4 years ago
3.1.9-release
4 years ago
3.1.8-pre-release
4 years ago
3.1.7-pre-release
4 years ago
3.1.6-pre-release
4 years ago
3.1.5-beta
4 years ago
3.1.4-beta
4 years ago
3.1.3-alfa
4 years ago
3.1.1-alfa
4 years ago
3.1.0-alfa
4 years ago
3.0.3
4 years ago
3.0.2
4 years ago
3.0.1
4 years ago