Path to the folder where the raml will be generated.
Create directory structure for the application
created directory structure.
Generate api.raml spec for the whole api.
database schema
application info
Generate .json entity for every table from schema. File will be saved on path: ./raml/types/entityName.json
schema containing tables.
generated examle files.
Generate .json Array entity for every array of objects saved in cache
generated example files.
Create .raml type file for every table inside schema
schema tables(list of tables)
generated type files.
Returns file path.
file path
Generated using TypeDoc
Class which implements the logic for implementing raml generation file related actions.
RamlFileOperations