https://github.com/tripflex/getoptgenerator
Fork of http://getoptgenerator.dafuer.es/
https://github.com/tripflex/getoptgenerator
Last synced: 12 months ago
JSON representation
Fork of http://getoptgenerator.dafuer.es/
- Host: GitHub
- URL: https://github.com/tripflex/getoptgenerator
- Owner: tripflex
- License: mit
- Created: 2016-04-27T19:26:55.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2016-04-27T19:28:38.000Z (about 10 years ago)
- Last Synced: 2025-03-13T22:11:13.418Z (about 1 year ago)
- Language: JavaScript
- Size: 1.26 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
GetOPT Generator
================
GetOpt Generator helps you to include getopt library in your projects. GetOpt
library is used to parse options in command lines and it is implemented in a
lot of languajes. GetOpt is compatible with POSIX standard. Using this tool,
you can specify your shell interface easily and you can get a code scheme of
your proyect. Fun way to start a tool!
You can try this tool in: http://getoptgenerator.dafuer.es/
1) Why GetOpt Library?
----------------------
GetOpt library helps you to parse option in command lines. This work can be tedious
but with this library it is easy. You can specify your options and the parameters
they could have, and then you will obtain this information inside your tool. GetOpt is
implemented in most popular languajes.
2) Why GetOpt Generator?
------------------------
GetOpt Generator helps you to specify your project options. Then, with this information,
this web application generates a code scheme to parse your options using getopt library.
Also you can have implemented the help function. This information will be displayed using
-h or --help option. This help contains information about how to run your project.