1.0.3 • Published 8 years ago
license-please v1.0.3
license-please
Simple CLI to easily generate a LICENSE file
Open source licenses grant permission to everyone to use, modify, and share licensed project for any purpose, subject to conditions preserving the provenance and openness of the project. I decided to create a command line to quickly generate a license file (for a given year and name).
:rocket: How to use it
Install license-please as a global package
$ npm i -g license-please
Have fun
$ license-please --help # or -h (see all possibles options)
$ license-please --list # or -l (list existing templates)
$ license-please --force # or -f (overwrite the existing README file)
$ license-please --model [model] # or -m (generate from a license model)
$ license-please --year [year] # or -y (year of license generation)
$ license-please --name [name] # or -n (name of author's project)
:hammer: Prior installation
You have to download Node.js
:raised_hands: Contribute
Contributing to license-please it's a piece of :cake:. You have an idea about a new feature ? Fork the repo, do your stuff and open a pull request ! You can also report a problem or a suggestion by opening an issue.
:tada: Credits
Project developed by pierrechls.