-
-
Notifications
You must be signed in to change notification settings - Fork 74
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'italia-opensource:main' into main
- Loading branch information
Showing
120 changed files
with
34,840 additions
and
1,482 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,15 +1,28 @@ | ||
.PHONY: help | ||
|
||
help: ## helper | ||
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##//' | ||
help: ## Helper | ||
@fgrep -h "##" $(MAKEFILE_LIST) | fgrep -v fgrep | sed -e 's/\\$$//' | sed -e 's/##/\n\t/' | ||
|
||
.DEFAULT_GOAL := help | ||
|
||
setup: | ||
setup: ## Setup local environment | ||
chmod -R +x ./scripts/dev.sh && ./scripts/dev.sh | ||
|
||
setup-ci: | ||
setup-ci: ## Setup CI environment | ||
pip3 install -r requirements.txt && pre-commit install | ||
|
||
lint: | ||
pre-commit run --all-files && python3 scripts/check.py && python3 scripts/render.py | ||
lint: ## Run linter on all files | ||
pre-commit run --all-files | ||
|
||
check-data: ## Validate awesome data with jsonschema | ||
python3 scripts/check.py | ||
|
||
process-data: ## Genereta anayltics from awesome data | ||
python3 scripts/process.py $(ARGS) | ||
|
||
render-data: ## Render awesome data to README.md | ||
python3 scripts/render.py | ||
|
||
test: lint check-data render-data ## Run all tests | ||
|
||
release: check-data process-data render-data ## Release |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -2,19 +2,17 @@ | |
|
||
![Last Commit](https://img.shields.io/github/last-commit/italia-opensource/awesome-italia-opensource/main) | ||
|
||
**Italy Open-Source** is a project whose purpose is to give transparency to the Italian tech ecosystem. | ||
|
||
The **only fully open-source platform** that transparently gives voice, discovers, and explores **Italy's tech innovations**. | ||
|
||
Through a series of **awesome** lists, we seek to give visibility to open-source projects, communities, tech blogs, innovative companies, and more. | ||
Through a series of **awesome lists**, we seek to give visibility to open-source Projects, Communities, Tech blogs, Innovative companies, and more. | ||
|
||
Transparently, you can access, add, or modify the data in the repository, respecting the contribution conduct criteria. | ||
Feel free to make your contribution. If you want to add a new item to one or more lists please read the [contribution guidelines](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/CONTRIBUTING.md) before opening a pull request or contributing to this repository | ||
|
||
### 🚀 Website view | ||
### 🟢 Website | ||
|
||
[italiaopensource.com](https://italiaopensource.com) | ||
|
||
|
||
### ☀️ Awesome Lists | ||
|
||
- [List of Open-source projects](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/awesome/opensource/README.md) | ||
|
@@ -25,25 +23,28 @@ Transparently, you can access, add, or modify the data in the repository, respec | |
|
||
- [List of Tech Companies](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/awesome/companies/README.md) | ||
|
||
### ❤️ Maintained by [Fabrizio Cafolla](https://github.com/FabrizioCafolla) | ||
|
||
<a href="https://opencollective.com/italia-open-source/donate" target="_blank"> | ||
<img src="https://opencollective.com/italia-open-source/donate/[email protected]?color=blue" width=200 /> | ||
</a> | ||
### 📊 Analytics | ||
|
||
In the [analytics/](analytics) folder, you will find all the aggregated data for each awesome list. This will allow you to access the data to download and use it most easily. | ||
|
||
### 🔥 Contributors | ||
The aggregated file of open-source projects also contains statistical data and metadata retrieved via API from GitHub, allowing you to have a complete overview. | ||
|
||
Please read the [contribution guidelines](https://github.com/italia-opensource/awesome-italia-opensource/blob/main/CONTRIBUTING.md) before opening a pull request or contributing to this repository | ||
### 🔥 Our Contributors | ||
|
||
<a href="https://github.com/italia-opensource/awesome-italia-opensource/graphs/contributors"> <img src="https://contrib.rocks/image?repo=italia-opensource/awesome-italia-opensource" /> </a> | ||
|
||
### ❤️ Support us | ||
|
||
### Join with us | ||
<a href="https://opencollective.com/italia-open-source/donate" target="_blank"> | ||
<img src="https://opencollective.com/italia-open-source/donate/[email protected]?color=blue" width=200 /> | ||
</a> | ||
|
||
### Join with us | ||
|
||
[![LinkedIn](https://img.shields.io/badge/Linkedin-0A66C2?style=for-the-badge&logo=linkedin&logoColor=white)](https://www.linkedin.com/company/italia-open-source) | ||
|
||
[![Telegram](https://img.shields.io/badge/Telegram-229ED9?style=for-the-badge&logo=telegram&logoColor=white)](https://t.me/+WsJ91uPMVbUzZjk0) | ||
|
||
### License | ||
|
||
The project is made available under the GPL-3.0 license. See the `LICENSE` file for more information. |
Oops, something went wrong.