Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eggy115/fsharp
F#
https://github.com/eggy115/fsharp
f-sharp f-sharp-examples fsharp fsharp-examples fsharp-lang fsharp-programs fsharp-scripts
Last synced: 30 days ago
JSON representation
F#
- Host: GitHub
- URL: https://github.com/eggy115/fsharp
- Owner: Eggy115
- License: gpl-3.0
- Created: 2023-04-02T15:50:08.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T11:32:32.000Z (almost 2 years ago)
- Last Synced: 2024-12-20T15:18:46.560Z (about 2 months ago)
- Topics: f-sharp, f-sharp-examples, fsharp, fsharp-examples, fsharp-lang, fsharp-programs, fsharp-scripts
- Language: F#
- Homepage: https://github.com/Eggy115/FSharp
- Size: 337 KB
- Stars: 2
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Security: SECURITY.md
Awesome Lists containing this project
README
# F#
[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](https://www.gnu.org/licenses/gpl-3.0)
This repository contains a collection of F# programs and scripts.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Installation
To use these programs and scripts, you will need to have the .NET SDK installed. You can download it from the [official .NET website](https://dotnet.microsoft.com/download).
## Usage
To run the programs and scripts, navigate to the relevant directory and execute the `dotnet run` command.
## Contributing
If you would like to contribute to this project, please follow these steps:
1. Fork the repository
2. Create a new branch
3. Make your changes
4. Push your changes to your forked repository
5. Open a pull requestAlso adhere to the guidelines outlined in [contributing](./CONTRIBUTING.md)
## License
This project is licensed under the GPL v3 License - see the [LICENSE](LICENSE) file for details.