https://github.com/bukinoshita/license-me-cli
Create a license for your project
https://github.com/bukinoshita/license-me-cli
cli command-line github javascript license node nodejs
Last synced: 8 months ago
JSON representation
Create a license for your project
- Host: GitHub
- URL: https://github.com/bukinoshita/license-me-cli
- Owner: bukinoshita
- License: mit
- Created: 2017-06-24T18:41:52.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2019-06-04T04:41:13.000Z (over 6 years ago)
- Last Synced: 2025-02-28T07:51:11.885Z (9 months ago)
- Topics: cli, command-line, github, javascript, license, node, nodejs
- Language: JavaScript
- Homepage:
- Size: 5.78 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: readme.md
- License: license
Awesome Lists containing this project
README
# license-me-cli [](https://travis-ci.org/bukinoshita/license-me-cli)
> Create a license for your project
## Install
```bash
$ npm install -g license-me-cli
```
## Usage
```bash
$ license --help
Usage:
$ license Create a license for your project
$ license remember Save your name locally and we will stop asking everytime you run
Example:
$ license
$ license remember
$ license remember -f
Options:
-f, --full Save your name, email and website
-h, --help Show help options
-v, --version Show version
```
## Demo

## Related
- [license-me](https://github.com/bukinoshita/license-me) — API for this module.
## License
MIT © [Bu Kinoshita](https://bukinoshita.io)