Skip to content

headerlicense的vscode插件,用于自动添加头部license注释

License

Notifications You must be signed in to change notification settings

liujians/headerlicense

Repository files navigation

headerlicense

headerlicense 是一款为 JS,TS,TSX 快速生成头部注释的插件

  • 保存自动触发
  • 创建文件自动触发

案例

为头部添加自己的 license

{
  "headerLicense.license": "/*\n * The MIT License (MIT)\n * Copyright (c) 2018-present, OBKoro1\n * Permission is hereby granted, free of charge, to any person obtaining a copy\n * The source code for this program is not published or\n * otherwise divested of its trade secrets\n */"
}

图片

为头部添加签名

{
  "headerLicense.license": "// author:liujian\n// email:xxx@example.com"
}

图片

About

headerlicense的vscode插件,用于自动添加头部license注释

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published