MIT License Adder
A simple extension to Visual Studio Code to add an MIT license to a project
Demo
Features
- Insert a full MIT license to the root of your project.
How to install
- Open up the
Command Palette (F1 , CTRL+SHIFT+P ).
- Type
ext install and hit ENTER .
- Type
MIT License Adder and click the download icon.
- Restart VS Code to make the extension available.
Configuration options
Open up User Settings and search for MIT License Adder to find the configuration options.
Option |
Description |
mitLicenseAdder.owner |
The person or organization the copyright belongs to. |
Usage
- Configure options in
User Settings or by using the Configure the owner you want for your license files command
- Open up the
Command Palette (F1 , CTRL+SHIFT+P ).
- Type
MIT Add License and hit ENTER .
| |