An open API service indexing awesome lists of open source software.

https://github.com/rashedmakkouk/dev-toolbox

The essentials.
https://github.com/rashedmakkouk/dev-toolbox

bookmarks cheat-sheets cheatsheet documentation guides how-to toolbox tutorials

Last synced: about 2 months ago
JSON representation

The essentials.

Awesome Lists containing this project

README

          

# Dev Toolbox

[![Deploy to GitHub Pages](https://github.com/rashedmakkouk/dev-toolbox/actions/workflows/deploy-gh-pages.yml/badge.svg)][dev-toolbox-website]
![npm (scoped with tag)](https://img.shields.io/npm/v/@rashedmakkouk/dev-toolbox/latest)

This package contains the source code and documentation powering [dev-toolbox][dev-toolbox-website] website.

## Topics

### [Development](./content/development/index.md)

> Guides related to software programming and development environment.

- TypeScript

### [DevOps](./content/devops/index.md)

- Docker
- Git
- Linux
- VirtualBox
- Windows
- Yarn

### [How-to](./content/how-to/index.md)

> Step-by-step tutorials and guides.

- DevOps
- General
- Git
- GitHub
- GitLab
- Kubernetes
- Linux
- Windows

### [Resources](./content/resources/index.md)

- Useful Links
- Remote Work

### [Style Guides](./content/style-guides/index.md)

- Markdown
- Version Control

### [Templates](./content/templates/index.md)

> Sample installation and configuration files and scripts.

- Nginx server
- SSH Agent
- WSL 2 Port Forwarding

## Changelog

Check the [Changelog][changelog] for a detailed list of new features and changes.

## Community

Head over to [Discussions][discussions] where you can ask questions, request new features or voice
your ideas and suggestions.

- [`Ideas`][discussions-ideas]
- [`Q&A`][discussions-q-a]
- [`Issues`][issues]

## License

This package is available under the [BSD 3-Clause license][bsd-3-clause-license]. It also includes
external libraries that are available under a variety of licenses. See [LICENSE][license-file] for
the full license text.

[discussions]: https://github.com/rashedmakkouk/dev-toolbox/discussions
[discussions-ideas]: https://github.com/rashedmakkouk/dev-toolbox/discussions/categories/ideas
[discussions-q-a]: https://github.com/rashedmakkouk/dev-toolbox/discussions/categories/q-a
[issues]: https://github.com/rashedmakkouk/dev-toolbox/issues
[changelog]: https://github.com/rashedmakkouk/dev-toolbox/blob/main/CHANGELOG.md
[dev-toolbox-website]: https://rashedmakkouk.github.io/dev-toolbox
[bsd-3-clause-license]: https://opensource.org/licenses/BSD-3-Clause
[license-file]: https://github.com/rashedmakkouk/dev-toolbox/blob/main/LICENSE