Skip to content
This repository has been archived by the owner on Feb 6, 2024. It is now read-only.

Latest commit

 

History

History
72 lines (47 loc) · 2.47 KB

README.md

File metadata and controls

72 lines (47 loc) · 2.47 KB

Add License Bot

Travis Downloads Node Version XO code style

image

Summary

If your repository does not have a file with name:

  • LICENSE
  • LICENSE.md
  • license
  • license.md

A license file will be generated from package.json.

Permission

  • Read access to code.
  • Read and write access to single file ("LICENSE").

Notification

The bot will mention you in a comment.

Public App

Setup

# Install dependencies
npm install

# Run the bot
npm start

Tests

To run the test suite, first install the dependencies, then run test:

# NPM
npm test
# Or Using Yarn
yarn test

Dependencies

  • choosealicense-list: List of licenses from choosealicense.com
  • probot: 🤖 A framework for building GitHub Apps to automate and improve your workflow

Dev Dependencies

  • jest: Delightful JavaScript Testing.
  • nodemon: Simple monitor script for use during development of a node.js app.
  • smee-client: Client to proxy webhooks to local host
  • xo: JavaScript happiness style linter ❤️

Contributing

If you have suggestions for how Add-License-Bot could be improved, or want to report a bug, open an issue! We'd love all and any contributions.

For more, check out the Contributing Guide.

Thanks

License

MIT © 2018 TiagoDanin TiagoDanin@outlook.com (http://tiagodanin.github.io/Add-License-Bot)