Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/self-xdsd/self-todos
Self Module For Transforming TODOs Into Issues
https://github.com/self-xdsd/self-todos
Last synced: 8 days ago
JSON representation
Self Module For Transforming TODOs Into Issues
- Host: GitHub
- URL: https://github.com/self-xdsd/self-todos
- Owner: self-xdsd
- License: other
- Created: 2020-08-31T11:12:06.000Z (about 4 years ago)
- Default Branch: master
- Last Pushed: 2024-02-03T19:31:45.000Z (9 months ago)
- Last Synced: 2024-02-03T20:25:22.620Z (9 months ago)
- Language: Java
- Size: 174 KB
- Stars: 9
- Watchers: 5
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## Self Puzzles
[![Build Status](https://travis-ci.org/self-xdsd/self-todos.svg?branch=master)](https://travis-ci.org/self-xdsd/self-todos)
[![Coverage Status](https://coveralls.io/repos/github/self-xdsd/self-todos/badge.svg?branch=master)](https://coveralls.io/github/self-xdsd/self-todos?branch=master)[![Managed By Self XDSD](https://amihaiemil.com/images/mbself.svg)](#)
[![DevOps By Rultor.com](http://www.rultor.com/b/self-xdsd/self-todos)](http://www.rultor.com/p/self-xdsd/self-todos)
[![We recommend IntelliJ IDEA](http://amihaiemil.github.io/images/intellij-idea-recommend.svg)](https://www.jetbrains.com/idea/)Self Puzzles module, version `0.0.9`.
## Contributing
If you would like to contribute, just open an issue or a PR.
You will need Java 11.
Make sure the maven build:``$mvn clean install -Pcheckstyle,itcases``
passes before making a PR. [Checkstyle](http://checkstyle.sourceforge.net/) will make sure
you're following our code style and guidelines.It's better to make changes on a separate branch (derived from ``master``), so you won't have to cherry pick commits in case your PR is rejected.
## Maven Settings
This project depends on jars from Self's Github Packages server. This server
requires authentication so, in order for Maven to be able to fetch dependencies,
you need to specify your credentials in Maven's ``settings.xml``:```xml
...
github
yourGithubUsername
your_github_token
```
Make sure you [generate](https://github.com/settings/tokens) a token with the appropriate
permissions. The ``settings.xml`` file usually resides on your computer at ``${user.home}/.m2/settings.xml``.
If the file is not there, you can create it.## LICENSE
This product's code is open source. However, the [LICENSE](https://github.com/self-xdsd/self-core/blob/master/LICENSE) only allows you to read the code. Copying, downloading or forking the repo is strictly forbidden unless you are one of the project's contributors.