https://github.com/ek9/generator-licensor
License source code and creative works with Yeoman Licensor
https://github.com/ek9/generator-licensor
creative-commons generator javascript js license licenses licensing licensor nodejs npm npm-package open-source-licensing osd yeoman
Last synced: 4 months ago
JSON representation
License source code and creative works with Yeoman Licensor
- Host: GitHub
- URL: https://github.com/ek9/generator-licensor
- Owner: ek9
- License: mit
- Created: 2017-01-22T21:38:36.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-26T20:42:40.000Z (over 8 years ago)
- Last Synced: 2025-03-12T07:53:31.258Z (4 months ago)
- Topics: creative-commons, generator, javascript, js, license, licenses, licensing, licensor, nodejs, npm, npm-package, open-source-licensing, osd, yeoman
- Language: JavaScript
- Homepage: https://www.npmjs.com/package/generator-licensor
- Size: 13.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# generator-licensor
[![NPM version][npm-image]][npm-url]
[![Build Status][travis-image]][travis-url]
[![Coverage Status][coverage-image]][coverage-url]
[![Dependency Status][daviddm-image]][daviddm-url]```bash
# License source code and creative works with Yeoman Licensor
yo licensor
```## Install
First, install [Yeoman](http://yeoman.io) and `generator-licensor` using
[npm](https://www.npmjs.com/) (we assume you have pre-installed
[node.js](https://nodejs.org/)).```bash
npm install -g yo
npm install -g generator-licensor
```## Usage
Generate license(s) for your project:
```bash
yo licensor
```## Generators
[Yeoman Licensor][0] or is composed from the following Yeoman license
generators:- [generator-license][1] - Open Source License generator for source code.
- [generator-license-cc][2] - Creative Commons License generator.## Getting To Know Yeoman
* Yeoman has a heart of gold.
* Yeoman is a person with feelings and opinions, but is very easy to work with.
* Yeoman can be too opinionated at times but is easily convinced not to be.
* Feel free to [learn more about Yeoman](http://yeoman.io/).## Change Log
Please see [CHANGELOG](CHANGELOG.md) for information of what was changed.
## Author
Copyright (c) 2017 ek9 (https://ek9.co)
## License
This work is licensed under [MIT LICENSE](LICENSE).
[0]: https://www.npmjs.com/package/generator-licensor
[1]: https://www.npmjs.com/package/generator-license
[2]: https://www.npmjs.com/package/generator-license-cc[npm-image]: https://badge.fury.io/js/generator-licensor.svg
[npm-url]: https://npmjs.org/package/generator-licensor
[travis-image]: https://travis-ci.org/ek9/generator-licensor.svg?branch=master
[travis-url]: https://travis-ci.org/ek9/generator-licensor
[daviddm-image]: https://david-dm.org/ek9/generator-licensor.svg?theme=shields.io
[daviddm-url]: https://david-dm.org/ek9/generator-licensor
[coverage-image]: https://coveralls.io/repos/github/ek9/generator-licensor/badge.svg
[coverage-url]: https://coveralls.io/github/ek9/generator-licensor