Skip to content

Commit

Permalink
f
Browse files Browse the repository at this point in the history
  • Loading branch information
per1234 committed Oct 17, 2023
1 parent d97365c commit 10595e2
Showing 1 changed file with 30 additions and 4 deletions.
34 changes: 30 additions & 4 deletions docs/acknowledgements.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,23 +15,49 @@ This project is based on many amazing open source software projects:
### Resources

- [**Arduino CLI**](https://arduino.github.io/arduino-cli/latest/) - In addition to being the implementation of the boards platform framework, the Arduino CLI documentation website provides essential documentation about package indexes and platforms.
- [**EditorConfig Specification**](https://editorconfig.org/)
- [**JSON Schema Store**](https://www.schemastore.org/json/) - Collection of JSON schemas
- [**Semantic Versioning Specification**](https://semver.org/)

### Tools

- [**Task**](https://taskfile.dev/) - Task runner.
- [**ajv-cli**](https://ajv.js.org/packages/ajv-cli.html) - JSON schema validator
- [**codespell**](https://github.com/codespell-project/codespell) - Spell checker.
- [**editorconfig-checker**](https://github.com/editorconfig-checker/editorconfig-checker) - `.editorconfig` compliance checker
- [**Git**](https://git-scm.com/) - Version control system.
- [**GitHub Label Sync**](https://github.com/Financial-Times/github-label-sync) - GitHub repository label manager
- [**golangci-lint**](https://golangci-lint.run/) - Go code linter
- [**gvm**](https://github.com/moovweb/gvm) - Go version manager
- [**Licensee**](https://github.com/licensee/licensee) - License file parser
- [**markdown-link-check**](https://github.com/tcort/markdown-link-check) - Link checker for Markdown
- [**markdownlint-cli**](https://github.com/igorshubovych/markdownlint-cli) - Markdown linter
- [**npm**](https://docs.npmjs.com/cli/) - JavaScript package manager
- [**nvm**](https://github.com/nvm-sh/nvm) - Node.js version manager
- [**pipx**](https://pypa.github.io/pipx/) - Python application manager
- [**Poetry**](https://python-poetry.org/) - Python package manager
- [**Prettier**](https://prettier.io/) - Code formatter
- [**Task**](https://taskfile.dev/) - Task runner
- [**Wget**](https://www.gnu.org/software/wget/) - File downloader
- [**yamllint**](https://yamllint.readthedocs.io/) - YAML linter

### Programming Languages

- [**Go**](https://go.dev/)

### Misc

- [**arduino/tooling-project-assets**](https://github.com/arduino/tooling-project-assets) - Collection of reusable project infrastructure assets.
- [**Dependabot**](https://docs.github.com/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates) - Dependency update service.
- [**arduino/tooling-project-assets**](https://github.com/arduino/tooling-project-assets) - Collection of reusable project infrastructure assets
- [**Dependabot**](https://docs.github.com/code-security/dependabot/dependabot-version-updates/about-dependabot-version-updates) - Dependency update service

### GitHub Actions

- [**actions/checkout**](https://github.com/actions/checkout)
- [**actions/download-artifact**](https://github.com/actions/download-artifact)
- [**actions/setup-go**](https://github.com/actions/setup-go)
-
- [**actions/setup-node**](https://github.com/actions/setup-node)
- [**actions/setup-python**](https://github.com/actions/setup-python)
- [**actions/upload-artifact**](https://github.com/actions/upload-artifact)
- [**carlosperate/download-file-action**](https://github.com/carlosperate/download-file-action)
- [**geekyeggo/delete-artifact**](https://github.com/geekyeggo/delete-artifact)
- [**ruby/setup-ruby**](https://github.com/ruby/setup-ruby)
- [**xt0rted/markdownlint-problem-matcher**](https://github.com/xt0rted/markdownlint-problem-matcher)

0 comments on commit 10595e2

Please sign in to comment.