-
-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Adjust the names (script, sample folder, generator) to lang option #138
Comments
This is a good idea. Let me know if you need help. |
CLIENT generatorsMarked with
|
I noticed that template folder should be adjust as well. |
Naming rules 📝Here is a simple and unified rules I think. 💭 1. generator...... / languages / {Language}{Framework}{Client|Server}Codegen.java e.g. 2. template dirTemplate dir should be the lower-chain-case of generator name. ...... / resources / {language}-{framework}-{client|server} e.g. 3. scriptbin / {language}-{framework}-{client|server}-petstore.sh e.g. 4. sample foldersamples / {client|server} / {petstore|petstore-security-test} / {language}-{framework} e.g. |
Description
e.g. php:
There is some non-prefixed (with
php-
) script/folder.openapi-generator version
current master
Suggest a fix/enhancement
It is better to prefix the files with
php-
to avoid users/contributors be confused.(e.g
slim-petstore-server.sh
=>php-slim-petstore-server.sh
in the example above)The text was updated successfully, but these errors were encountered: