Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/SjVer/ClOdin
A command-line argument parser for Odin
https://github.com/SjVer/ClOdin
command-line command-line-arguments-parser command-line-parser odin odin-lang odin-libraries odin-programming-language package parser-library
Last synced: 18 days ago
JSON representation
A command-line argument parser for Odin
- Host: GitHub
- URL: https://github.com/SjVer/ClOdin
- Owner: SjVer
- License: mit
- Created: 2023-08-24T09:18:07.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-15T18:15:14.000Z (5 months ago)
- Last Synced: 2024-07-15T22:24:30.567Z (5 months ago)
- Topics: command-line, command-line-arguments-parser, command-line-parser, odin, odin-lang, odin-libraries, odin-programming-language, package, parser-library
- Language: Odin
- Homepage:
- Size: 47.9 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-odin - Odin-style CLI Argument Parser - line argument parser mimicking the Odin compiler's style | [MIT](https://github.com/SjVer/ClOdin/blob/main/LICENSE) | CLI, Utility, Parser (Libraries / Other)
- awesome-odin - Odin-style CLI Argument Parser - line argument parser mimicking the Odin compiler's style | [MIT](https://github.com/SjVer/ClOdin/blob/main/LICENSE) | CLI, Utility, Parser (Libraries / Other)
README
# ClOdin
A command-line argument parser for Odin
## Installation
To install ClOdin globally, copy the `clodin` directory into the `shared` directory of your Odin installation, which is where your `odin.exe` (or `odin`) executable is located.
You can then import ClOdin using `import "shared:clodin"`.To install ClOdin for just one project, copy the `clodin` directory into the directory of your project.
You can then import ClOdin using `import "clodin"`.**IMPORTANT:** Wherever you install ClOdin, make sure that you **copy the license** as well.
## Version
The latest version of ClOdin is written for Odin version `dev-2023-11-nightly:ef5eb4b6`, and should be compatible with any version of Odin that is backwards compatible to that version.
See https://github.com/odin-lang/Odin/releases/tag/dev-2023-11.## Documentation
For the documentation, see [`DOCUMENTATION.md`](DOCUMENTATION.md).
## License
For the license, see [`LICENSE`](LICENSE). This license must be included in any forks or copies of ClOdin.