DEV Community

Chuck
Chuck

Posted on

1

LICENSE file for GIT

So, you create an Open Source project and published it to GitHub. But you realize you forgot to create a LICENSE file when you created the repository. What do you do now?

alt text

You can copy a LICENSE file from another repository and include it in your next commit, but there an EASIER way?

alt text

VSCODE Extensions

If you are using VSCODE as your IDE, you already know there are a ton of extensions for almost everything you need. Today, I found this nifty extension, called Licenser which installs a LICENSE file to your project.

Here is how it works. Install the extension from the link above. Add the following to your Settings JSON file:
"licenser.license": "MIT" or you can configure for other License's.

From the Command Palette, select "licenser: Create LICENSE file" and it automatically will install the file. BOOM Done!

Have a nice day.

Heroku

Build apps, not infrastructure.

Dealing with servers, hardware, and infrastructure can take up your valuable time. Discover the benefits of Heroku, the PaaS of choice for developers since 2007.

Visit Site

Top comments (0)

A Workflow Copilot. Tailored to You.

Pieces.app image

Our desktop app, with its intelligent copilot, streamlines coding by generating snippets, extracting code from screenshots, and accelerating problem-solving.

Read the docs