Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/voilalex/license-cli
https://github.com/voilalex/license-cli
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/voilalex/license-cli
- Owner: VoIlAlex
- License: mit
- Created: 2020-04-14T21:16:54.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2023-08-03T16:40:06.000Z (over 1 year ago)
- Last Synced: 2024-11-13T09:51:36.731Z (about 2 months ago)
- Language: Python
- Size: 11.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE.md
Awesome Lists containing this project
README
# License CLI
Simple LICENSE.md generator.
## Installation
To install type the following in the terminal:
```bash
pip install license-cli
```## Usage
Command to generate LICENSE.md file looks like:
```bash
license
```For example:
```bash
license mit
```## License
[MIT](LICENSE.md)
## Contributing
See [CONTRIBUTING.md](CONTRIBUTING.md)