Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/VoltrexKeyva/opteric
A standard and blazing fast Flags and Options Parser written in various programming languages.
https://github.com/VoltrexKeyva/opteric
Last synced: 11 days ago
JSON representation
A standard and blazing fast Flags and Options Parser written in various programming languages.
- Host: GitHub
- URL: https://github.com/VoltrexKeyva/opteric
- Owner: VoltrexKeyva
- License: mit
- Created: 2022-02-15T03:59:56.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-06-12T15:46:04.000Z (over 2 years ago)
- Last Synced: 2024-05-16T08:15:29.479Z (6 months ago)
- Language: Rust
- Size: 17.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-blazingly-fast - opteric - A standard and blazing fast Flags and Options Parser written in various programming languages. (Rust)
README
# Opteric
A standard and blazing fast Flags and Options Parser written in various programming languages.## Why?
With the popularity of flags and options rising ever more with being used now almost everywhere especially in CLI (Command-Line Interface)s, this repository is born to write the initial implementation of the Flags and Options Parser (The JavaScript implementation) in various programming languages to help those who need a standard and blazing fast Flags and Options Parser.## Contributing
Contributions are what extends this project to the maximum and makes it possible.Although only a single implementation of Opteric for a programming language is allowed.
1. Fork the repository.
2. Clone the forked repository.
```console
$ git clone
```3. Inspect the JavaScript implementation of Opteric found in the `javascript` directory.
4. At least run the JavaScript implementation using the [Node.js](https://nodejs.org) runtime and see how the Opteric works and behaves.
5. Implement Opteric based off of it's JavaScript implementation.
6. Create pull request.
7. Done!