An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

          

# license-me-cli [![Build Status](https://travis-ci.org/bukinoshita/license-me-cli.svg?branch=master)](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

![](https://github.com/bukinoshita/license-me-cli/blob/master/demo.gif)

## Related

- [license-me](https://github.com/bukinoshita/license-me) — API for this module.

## License

MIT © [Bu Kinoshita](https://bukinoshita.io)