Loading…

How to use License Generator

Pick a license (MIT, Apache 2.0, GPL v3, BSD, or ISC), enter the copyright year and holder name, and the tool fills in the official license text with your details in the right placeholders.

Frequently asked questions

Which license should I pick?

MIT and ISC are the most permissive for open source; Apache 2.0 adds patent protection; GPL v3 requires derivative works to stay open source. Pick based on how you want your code reused.

Can I use this file directly in my repository?

Yes, as a starting point — review names, paths, and details against your actual project before committing.

Does generating this file upload anything to GitHub?

No. Everything is built client-side in your browser; nothing is sent anywhere until you commit it yourself.

More Dev Config Generators

Changelog Generator
Generate structured CHANGELOG.md entries from version and bullet point release notes.
GitHub Actions Generator
Generate CI workflow YAML for Node, Python, or Docker pipelines with branch settings.
Conventional Commit Generator
Generate conventional commit messages from type, scope, and description in proper format.
package.json Generator
Generate package.json with project metadata, scripts, and dependencies from form inputs.
tsconfig Generator
Generate tsconfig.json for strict, web, node, react, and next presets.
ESLint Config Generator
Generate .eslintrc.json for React, TypeScript, Airbnb, and Next.js setups.
Prettier Config Generator
Generate .prettierrc with tabs/spaces, quotes, semicolons, line width, and trailing commas.
.env Example Generator
Generate .env.example templates from variable names with clean placeholder values.
EditorConfig Generator
Generate .editorconfig with indentation, charset, line endings, and whitespace trimming.
Browserslist Generator
Generate browserslist config for modern, broad, and legacy browser support targets.
Dockerfile Generator
Generate optimized Dockerfiles for Node.js, Python, and static web deployments.
Docker Compose Generator
Generate docker-compose.yml with web, database, redis, and nginx service presets.

← View all Dev Config GeneratorsBrowse all 1,100+ tools →