https://github.com/cybersecurity-dev/fsharp-toolkit
F# Toolkit
https://github.com/cybersecurity-dev/fsharp-toolkit
dotnet dotnet-core dotnetcore fsharp fsharp-console fsharp-exercises fsharp-lib fsharp-practice fsharp-samples
Last synced: 21 days ago
JSON representation
F# Toolkit
- Host: GitHub
- URL: https://github.com/cybersecurity-dev/fsharp-toolkit
- Owner: cybersecurity-dev
- License: apache-2.0
- Created: 2025-05-24T14:33:58.000Z (12 months ago)
- Default Branch: main
- Last Pushed: 2025-05-25T22:30:22.000Z (12 months ago)
- Last Synced: 2025-06-08T22:01:45.126Z (12 months ago)
- Topics: dotnet, dotnet-core, dotnetcore, fsharp, fsharp-console, fsharp-exercises, fsharp-lib, fsharp-practice, fsharp-samples
- Homepage:
- Size: 11.7 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# [F#](https://wikipedia.org/wiki/F_Sharp_(programming_language)) Development [Toolkit](https://dotnet.microsoft.com/en-us/learn/fsharp)
[](https://github.com/cybersecurity-dev/Bash-Toolkit?tab=readme-ov-file#programming-language)
[](https://github.com/cybersecurity-dev/PowerShell-Toolkit?tab=readme-ov-file#programming-language)
[](https://youtube.com/playlist?list=PL9V4Zu3RroiV11_Gq6dZuF1KYJF-jkf1w&si=l_efKG_AbTdD2Voy)
[](https://www.reddit.com/r/fsharp/)
## Install Steps
For Debian, Ubuntu, Linux Mint
```bash
wget https://packages.microsoft.com/config/debian/12/packages-microsoft-prod.deb -O packages-microsoft-prod.deb && \
sudo dpkg -i packages-microsoft-prod.deb
```
```bash
rm packages-microsoft-prod.deb && \
sudo apt-get update && \
sudo apt-get install -y dotnet-sdk-9.0
```
```bash
sudo dotnet workload update && \
dotnet --version
```
For RHEL, Fedora, AlmaLinux
```bash
sudo dnf update
```
For Arch, Manjaro, EndeavourOS
```bash
sudo pacman -Syu
```
## [HelloWorld](https://fsharp.org/use/linux/) Project
```bash
dotnet new console -lang F# -o HelloWorld && \
cd ./HelloWorld && \
dotnet run
```
##
### My Awesome Lists
You can access the my other awesome lists [here](https://cyberthreatdefence.com/my_awesome_lists)
### Contributing
[Contributions of any kind welcome, just follow the guidelines](contributing.md)!
### Contributors
[Thanks goes to these contributors](https://github.com/cybersecurity-dev/Fsharp-Toolkit/graphs/contributors)!
[🔼 Back to top](#f-development-toolkit)