Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/clearloop/licer
The license generator
https://github.com/clearloop/licer
Last synced: 18 days ago
JSON representation
The license generator
- Host: GitHub
- URL: https://github.com/clearloop/licer
- Owner: clearloop
- License: mit
- Created: 2019-12-26T16:33:04.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2019-12-26T19:14:21.000Z (about 5 years ago)
- Last Synced: 2024-10-31T11:35:22.453Z (2 months ago)
- Language: Rust
- Homepage:
- Size: 95.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# licer
[![doc](https://img.shields.io/badge/0.1.0-docs-green.svg)](https://docs.rs/licer/)
[![Crates.io](https://img.shields.io/crates/v/licer.svg)](https://crates.io/crates/licer)
[![Crates.io](https://img.shields.io/crates/d/licer.svg)](https://crates.io/crates/licer)
[![LICENSE](https://img.shields.io/crates/l/licer.svg)](https://choosealicense.com/licenses/mit/)The license generator.
ref to [licensing a repository][0] and [choose a license][1].
## Installation
```sh
cargo install licer
```## Usage
```sh
$ licer
clearloopUsage:
licer Generate a LICENSE
licer list Show available LICENSEs' list
licer info Print license contents in command-line
```## Supports Licenses
| keyword | License |
|--------------------|-------------------------------------------------|
| afl-3.0 | Academic Free License v3.0 |
| apache-2.0 | Apache license 2.0 |
| artistic-2.0 | Artistic license 2.0 |
| bsl-1.0 | Boost Software License 1.0 |
| bsd-2-clause | BSD 2-clause "Simplified" license |
| bsd-3-clause | BSD 3-clause "New" or "Revised" license |
| bsd-3-clause-clear | BSD 3-clause Clear license |
| cc | Creative Commons license family |
| cc0-1.0 | Creative Commons Zero v1.0 Universal |
| cc-by-4.0 | Creative Commons Attribution 4.0 |
| cc-by-sa-4.0 | Creative Commons Attribution Share Alike 4.0 |
| wtfpl | Do What The F*ck You Want To Public License |
| ecl-2.0 | Educational Community License v2.0 |
| epl-1.0 | Eclipse Public License 1.0 |
| eupl-1.1 | European Union Public License 1.1 |
| agpl-3.0 | GNU Affero General Public License v3.0 |
| gpl | GNU General Public License family |
| gpl-2.0 | GNU General Public License v2.0 |
| gpl-3.0 | GNU General Public License v3.0 |
| lgpl | GNU Lesser General Public License family |
| lgpl-2.1 | GNU Lesser General Public License v2.1 |
| lgpl-3.0 | GNU Lesser General Public License v3.0 |
| isc | ISC |
| lppl-1.3c | LaTeX Project Public License v1.3c |
| ms-pl | Microsoft Public License |
| mit | MIT |
| mpl-2.0 | Mozilla Public License 2.0 |
| osl-3.0 | Open Software License 3.0 |
| postgresql | PostgreSQL License |
| ofl-1.1 | SIL Open Font License 1.1 |
| ncsa | University of Illinois/NCSA Open Source License |
| unlicense | The Unlicense |
| zlib | zLib License |## LICENSE
MIT.[0]: https://help.github.com/en/github/creating-cloning-and-archiving-repositories/licensing-a-repository
[1]: https://choosealicense.com/appendix/