Copyright Header Injector
InstallationTo install the npm install -g copyright-header-injector yarn global add copyright-header-injector UsageAfter installation, you can use copyright-header-injector in your project. You can update the ConfigurationsYou can configure the copyright text to be inserted into new files by updating the copyright-header-injector.copyrightText property in your VS Code settings. Here's how you can do it: Open the Command Palette with Ctrl+Shift+P or Cmd+Shift+P on Mac. Type Preferences: Open Settings (JSON) and select it. In the settings file, add or update the copyright-header-injector.copyrightText: Copyright of type string to be shown when new file is added. copyright-header-injector.fileTypes: filetypes of array of string where you can add the filetypes where these copyright would be added. For other filetypes copyright would not be added. ContributingPull requests are welcome. For major changes, please open an issue first to discuss what you would like to change. LicenseMIT |