@phoenix-plugin-registry/jamezsoftware.licenseheader

An extension to provide a quick way to insert the license copyright notice at the top of your document. Based on the "Copyright extension" by Joe Ireland at https://github.com/joeireland/brackets-extension-copyright

Usage no npm install needed!

<script type="module">
  import phoenixPluginRegistryJamezsoftwareLicenseheader from 'https://cdn.skypack.dev/@phoenix-plugin-registry/jamezsoftware.licenseheader';
</script>

README

"License Header" Extension for Brackets

Brackets on GitHub

This Brackets extension provides a quick way to insert the license copyright notice at the top of your document. The copyright text will be inserted using the appropriate comment characters based on type of file you are editing. You can also set the license to insert (currently are supported Apache v2.0, MIT, GPLv2, GPLv3, LGPLv2.1 and LGPLv3 licenses), the author name and the author e-mail. Copyright date is obtained automatically. More licenses will be added in the future. This extension is based on the "Copyright extension" by Joe Ireland (https://github.com/joeireland/brackets-extension-copyright)

Installation (from extension manager)

  • Select File > Extension Manager
  • Search JamezSoftware licenseheader
  • Click Install

Installation (from url)

How To Use

Press the "Alt+H" HotKey or select "Edit > Insert Copyright" menu item. To change configuration, click the icon in the left panel of Brackets, or press the "Alt+C" HotKey, or select "Edit > Config Copyright" menu item.

Note:

The website page is not ready yet, it will be fully online in a few days