Skip to content

Latest commit

 

History

History
17 lines (15 loc) · 825 Bytes

File metadata and controls

17 lines (15 loc) · 825 Bytes

Entity Creator for Abp Framework

How to use the program:

  • First, put the folder "Entity_Creator" in the folder of your Abp project (next to "aspnet-core" folder)
  • If you want, add the data in the "input.txt" file, following the instructions written in the "How_To_Write_Input.txt" file
  • Run "program.py"
  • Add the command lines present in the files in the folder "TO_ADD" to the specific files
  • Delete the folders present in the "To_Add" folder using "delete_Folders.py"

Some rules to avoid errors in program execution:

  • Don't rename files or folders
  • Don't modify files in the "DONT_TOUCH" folder, except if necessary and only after reading the instructions inside
  • Follow all the steps indicated