Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/finbourne/__template
https://github.com/finbourne/__template
Last synced: 22 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/finbourne/__template
- Owner: finbourne
- License: mit
- Created: 2020-09-17T09:11:24.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-24T13:46:48.000Z (7 months ago)
- Last Synced: 2024-06-24T15:25:14.882Z (7 months ago)
- Size: 11.7 KB
- Stars: 0
- Watchers: 5
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: docs/CONTRIBUTING.md
- License: LICENSE
- Code of conduct: docs/CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
![LUSID_by_Finbourne](./resources/Finbourne_Logo_Teal.svg)
# ${REPO_NAME}
## Getting Started
## Contributing
We welcome community participation in our tools. For information on contributing see our article [here](/finbourne/${REPO_NAME}/docs)
## Reporting Issues
If you encounter any issues please report these the Github [issues page](https://github.com/finbourne/${REPO_NAME}/issues).---
# TODOs
- [ ] update repo name in template
- [ ] set up [GitHub Actions](https://docs.github.com/en/actions) automated build
- [ ] set up [SonarCloud](https://sonarcloud.io/organizations/finbourne/projects) build
- [ ] add quickstart install documentation to the README
- [ ] add setup/install documentation to the Wiki## Update repo name
Update the `${REPO_NAME}` to the repo name in the following:
* `README.md`
* `.github/bug_report.md`## Add badges
* version
* build status
* GitHub Actions
* SonarCloud builde.g.
![PyPI](https://img.shields.io/pypi/v/lusidtools?color=blue)
[![Build Status](https://travis-ci.org/finbourne/lusid-python-tools.svg?branch=master)](https://travis-ci.org/finbourne/lusid-python-tools)
![](https://github.com/finbourne/lusid-python-tools/workflows/commit-hook/badge.svg)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=finbourne_lusid-python-tools&metric=alert_status)](https://sonarcloud.io/dashboard?id=finbourne_lusid-python-tools)```
![PyPI](https://img.shields.io/pypi/v/lusidtools?color=blue)
[![Build Status](https://travis-ci.org/finbourne/lusid-python-tools.svg?branch=master)](https://travis-ci.org/finbourne/lusid-python-tools)
![](https://github.com/finbourne/lusid-python-tools/workflows/commit-hook/badge.svg)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=finbourne_lusid-python-tools&metric=alert_status)](https://sonarcloud.io/dashboard?id=finbourne_lusid-python-tools)
```