https://github.com/jayydoesdev/dotlicense
Generate a license
https://github.com/jayydoesdev/dotlicense
Last synced: 5 months ago
JSON representation
Generate a license
- Host: GitHub
- URL: https://github.com/jayydoesdev/dotlicense
- Owner: JayyDoesDev
- License: mit
- Created: 2023-09-02T04:25:59.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2023-09-02T04:51:30.000Z (almost 3 years ago)
- Last Synced: 2026-01-13T01:56:10.787Z (5 months ago)
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 📝 dotlicense
## Welcome to DotLicense!
### DotLicense is a simple license generator for your github projects. All you need is nodejs and the .license folder pasted into our project and you're good to go!
# 🛠️ Basic Setup
```js
require('./.license/license')('MIT', {
author: "J_DDev",
date: new Date().getFullYear()
})
```
# 😅 Side Note
### It's recommended you only copy in the license you will be using for the licenses folder. You don't have to but it's recommended! Either way it will still work!