https://github.com/eggy115/elixir
Elixir
https://github.com/eggy115/elixir
elixir elixir-examples elixir-lang elixir-language elixir-scripts
Last synced: 27 days ago
JSON representation
Elixir
- Host: GitHub
- URL: https://github.com/eggy115/elixir
- Owner: Eggy115
- License: gpl-3.0
- Created: 2023-04-01T16:11:22.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-12T11:35:13.000Z (about 2 years ago)
- Last Synced: 2024-12-20T15:41:05.620Z (5 months ago)
- Topics: elixir, elixir-examples, elixir-lang, elixir-language, elixir-scripts
- Language: Elixir
- Homepage: https://github.com/Eggy115/Elixir
- Size: 42 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
# Elixir
[](LICENSE)
This repository contains a collection of Elixir programs and scripts. The programs and scripts are licensed under the GNU General Public License version 3 (GPLv3). Please see the [LICENSE](LICENSE) file for more details.
## Table of Contents
- [Installation](#installation)
- [Usage](#usage)
- [Contributing](#contributing)
- [License](#license)## Installation
To install and use these Elixir programs and scripts, you'll need to have Elixir and Erlang installed on your system. You can download and install Elixir from the official Elixir website at https://elixir-lang.org/install.html.
Once you have Elixir and Erlang installed, you can clone this repository to your local machine using the following command:
```
git clone https://github.com/Eggy115/Elixir.git
```## Usage
After cloning the repository, you can navigate to the directory containing the Elixir programs and scripts and run them using the `elixir` command. For example:
```
cd elixir
elixir program.exs
```You can also compile the Elixir programs into executable files using the `elixirc` compiler. For more information on how to use Elixir, please refer to the official Elixir documentation at https://elixir-lang.org/docs.html.
## Contributing
Contributions are welcome! If you would like to contribute to this repository, please follow these steps:
1. Fork the repository.
2. Create a new branch for your changes.
3. Make your changes and commit them.
4. Push your changes to your forked repository.
5. Create a pull request to this repository.Please ensure that your contributions adhere to the [Elixir's code of conduct](https://github.com/elixir-lang/elixir/blob/master/CODE_OF_CONDUCT.md) and the GPLv3 license.
## License
This repository is licensed under the [GNU General Public License version 3 (GPLv3)](LICENSE). Please see the [LICENSE](LICENSE) file for more details.